From ed2bcab0ea7a5cc4e7cf78413473d2ca08cd1f93 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 8 Jan 2018 20:39:31 +0100 Subject: [PATCH] ox: Fix typo in docstring * lisp/ox.el (org-export-search-cells): Fix typo. --- lisp/ox.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox.el b/lisp/ox.el index 7bdac4f29..502b8c785 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -4264,7 +4264,7 @@ A search cell follows the pattern (TYPE . SEARCH) where - target's or radio-target's name as a list of strings if TYPE is `target'. - - NAME affiliated keyword is TYPE is `other'. + - NAME affiliated keyword if TYPE is `other'. A search cell is the internal representation of a fuzzy link. It ignores white spaces and statistics cookies, if applicable."