summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-12-18 01:07:21 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-12-18 01:07:21 +0100
commitabbe5d39581438fa386d0e3ecabb16a0e29f186d (patch)
treeb1db0b1184368d58eb7b623b9f6c77794e56b198
parent0811af50b49de832b74222189695a09327ef6e6b (diff)
downloadorg-mode-abbe5d39581438fa386d0e3ecabb16a0e29f186d.tar.gz
Fix a docstring
* lisp/org.el (org-store-link-functions): Fix docstring.
-rw-r--r--lisp/org.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 22d6374..5dd5c02 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -9178,10 +9178,11 @@ sub-tree if optional argument INHERIT is non-nil."
(defun org-store-link-functions ()
"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'.
-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
creating this link (for example by looking at the major mode).
If not, it must exit and return nil. If yes, it should return