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

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

[elpa] externals/org a7a69b9: org: Simplify doc


From: ELPA Syncer
Subject: [elpa] externals/org a7a69b9: org: Simplify doc
Date: Thu, 16 Sep 2021 04:57:19 -0400 (EDT)

branch: externals/org
commit a7a69b954c2f9528c2eb7e583df89c1a2ea966bc
Author: Marco Wahl <marcowahlsoft@gmail.com>
Commit: Marco Wahl <marcowahlsoft@gmail.com>

    org: Simplify doc
    
    * lisp/org.el (org-end-of-meta-data): Drop unnecessary part around
    "regular drawer".
    
    Issue reported by Tom Davey.  
https://orgmode.org/list/014801d7aa5c$c9057450$5b105cf0$@tomdavey.com
---
 lisp/org.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/org.el b/lisp/org.el
index d6d9c4f..332188d 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -20714,8 +20714,7 @@ When optional argument FULL is t, also skip planning 
information,
 clocking lines and any kind of drawer.
 
 When FULL is non-nil but not t, skip planning information,
-clocking lines and only non-regular drawers, i.e. properties and
-logbook drawers."
+properties, clocking lines and logbook drawers."
   (org-back-to-heading t)
   (forward-line)
   ;; Skip planning information.



reply via email to

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