Procházet zdrojové kódy

Fix typo in a docstring

* lisp/org.el (org-link-abbrev-alist): Fix typo.
Nicolas Goaziou před 9 roky
rodič
revize
250567b133
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -1781,7 +1781,7 @@ links in Org-mode buffers can have an optional tag after a double colon, e.g.
 
      [[linkkey:tag][description]]
 
-The `linkkey' must be a word word, starting with a letter, followed
+The `linkkey' must be a single word, starting with a letter, followed
 by letters, numbers, `-' or `_'.
 
 If REPLACE is a string, the tag will simply be appended to create the link.