Fix a docstring

* lisp/org.el (org-store-link): Use "link" instead of puzzling
  "org-link".
This commit is contained in:
Nicolas Goaziou 2018-05-17 16:55:31 +02:00
parent 463664bdd0
commit 1cfd5d04e3
1 changed files with 1 additions and 1 deletions

View File

@ -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]').