浏览代码

Merge branch 'master' into next

Nicolas Goaziou 6 年之前
父节点
当前提交
974bfcb0fa
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      lisp/org.el

+ 3 - 2
lisp/org.el

@@ -9030,10 +9030,11 @@ sub-tree if optional argument INHERIT is non-nil."
 
 
 (defun org-store-link-functions ()
 (defun org-store-link-functions ()
   "Return a list of functions that are called to create and store a link.
   "Return a list of functions that are called to create and store a link.
-The functions defined in the :store property of
+
+The functions are defined in the `:store' property of
 `org-link-parameters'.
 `org-link-parameters'.
 
 
-Each function will be called in turn until one returns a non-nil
+Each function is called in turn until one returns a non-nil
 value.  Each function should check if it is responsible for
 value.  Each function should check if it is responsible for
 creating this link (for example by looking at the major mode).
 creating this link (for example by looking at the major mode).
 If not, it must exit and return nil.  If yes, it should return
 If not, it must exit and return nil.  If yes, it should return