summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-08 20:39:31 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-08 20:39:31 +0100
commited2bcab0ea7a5cc4e7cf78413473d2ca08cd1f93 (patch)
tree3687ec535d56f91d31e7bdd0a57a4276cd33503f
parent3566a3eeeec847ba46a89cc1ba6a2195cf423e81 (diff)
downloadorg-mode-ed2bcab0ea7a5cc4e7cf78413473d2ca08cd1f93.tar.gz
ox: Fix typo in docstring
* lisp/ox.el (org-export-search-cells): Fix typo.
-rw-r--r--lisp/ox.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox.el b/lisp/ox.el
index 7bdac4f..502b8c7 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."