Procházet zdrojové kódy

ox: Fix typo in docstring

* lisp/ox.el (org-export-search-cells): Fix typo.
Nicolas Goaziou před 7 roky
rodič
revize
ed2bcab0ea
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lisp/ox.el

+ 1 - 1
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."