From 250567b1334de82a00dee7b1e1d7fbf7bea0e10e Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 23 Aug 2016 10:47:18 +0200 Subject: [PATCH] Fix typo in a docstring * lisp/org.el (org-link-abbrev-alist): Fix typo. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 9e6f1296e..30b1dd8d8 100644 --- a/lisp/org.el +++ b/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. -- 2.11.4.GIT