summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-05-17 16:55:31 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-05-17 16:55:31 +0200
commit1cfd5d04e32078f695f2a6a58cd05c77961d6054 (patch)
tree9e52b898218cb2adc4a09a4bcd5998403b7830e8
parent463664bdd018f8ecfc5b020e769a741837ee689e (diff)
downloadorg-mode-1cfd5d04e32078f695f2a6a58cd05c77961d6054.tar.gz
Fix a docstring
* lisp/org.el (org-store-link): Use "link" instead of puzzling "org-link".
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 1ed3073..4d7c05d 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -9164,7 +9164,7 @@ and then used in capture templates."
;;;###autoload
(defun org-store-link (arg &optional interactive?)
- "Store an org-link to the current location.
+ "Store a link to the current location.
\\<org-mode-map>
This link is added to `org-stored-links' and can later be inserted
into an Org buffer with `org-insert-link' (`\\[org-insert-link]').