emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org d6c392b020: lisp/org-refile.el (org-refile-marker):


From: ELPA Syncer
Subject: [elpa] externals/org d6c392b020: lisp/org-refile.el (org-refile-marker): Update docstring
Date: Thu, 14 Dec 2023 09:58:17 -0500 (EST)

branch: externals/org
commit d6c392b02034d94ad9bf5ebae629a646038dc878
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    lisp/org-refile.el (org-refile-marker): Update docstring
    
    Document the header argument and what "caching" means.
---
 lisp/org-refile.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/org-refile.el b/lisp/org-refile.el
index 248b3f8ef3..4bc93e5873 100644
--- a/lisp/org-refile.el
+++ b/lisp/org-refile.el
@@ -221,7 +221,8 @@ converted to a headline before refiling."
        ["Refile and copy Subtree" org-refile-copy 
(org-in-subtree-not-table-p)]))
 
 (defun org-refile-marker (pos)
-  "Get a new refile marker, but only if caching is in use."
+  "Return a new refile marker at POS, but only if caching is in use.
+When `org-refile-use-cache' is nil, just return POS."
   (if (not org-refile-use-cache)
       pos
     (let ((m (make-marker)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]