Bläddra i källkod

Fix typo in a docstring

* lisp/org.el (org-link-abbrev-alist): Fix typo.
Nicolas Goaziou 8 år sedan
förälder
incheckning
250567b133
1 ändrade filer med 1 tillägg och 1 borttagningar
  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.