Explorar o código

Fix typo in a docstring

* lisp/org.el (org-link-abbrev-alist): Fix typo.
Nicolas Goaziou %!s(int64=9) %!d(string=hai) anos
pai
achega
250567b133
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.