浏览代码

Fix a docstring

* lisp/org.el (org-store-link): Use "link" instead of puzzling
  "org-link".
Nicolas Goaziou 7 年之前
父节点
当前提交
1cfd5d04e3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org.el

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