branch: externals-release/org
commit 9afe1e0947e6d8d29d0f2105e4622bf759364def
Author: Stefan Kangas <stefankan...@gmail.com>
Commit: Kyle Meyer <k...@kyleam.com>

    Backport commit 186ea4073 from Emacs
    
    * lisp/org-element.el
    (org-element--cache-avoid-synchronous-headline-re-parsing): Don't
    start docstrings with "This function" or "This variable".
    
    Don't start docstrings with "This function" or similar
    186ea407326166ee4669ce6fe84871c1e16c657c
    Stefan Kangas
    Thu Dec 26 21:02:45 2024 +0100
---
 lisp/org-element.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-element.el b/lisp/org-element.el
index a3fe427403..64a28510d5 100644
--- a/lisp/org-element.el
+++ b/lisp/org-element.el
@@ -7259,7 +7259,7 @@ that range.  See `after-change-functions' for more 
information."
              #'org-element--cache-after-change -1 t)))
 
 (defvar org-element--cache-avoid-synchronous-headline-re-parsing nil
-  "This variable controls how buffer changes are handled by the cache.
+  "How buffer changes are handled by the cache.
 
 By default (when this variable is nil), cache re-parses modified
 headlines immediately after modification preserving all the unaffected

Reply via email to