From 1cfd5d04e32078f695f2a6a58cd05c77961d6054 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 17 May 2018 16:55:31 +0200 Subject: [PATCH] Fix a docstring * lisp/org.el (org-store-link): Use "link" instead of puzzling "org-link". --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 1ed307328..4d7c05d89 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. \\ This link is added to `org-stored-links' and can later be inserted into an Org buffer with `org-insert-link' (`\\[org-insert-link]').