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

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

[elpa] externals/org 45dc19516a: org-inlinetask-min-level: Fix confusing


From: ELPA Syncer
Subject: [elpa] externals/org 45dc19516a: org-inlinetask-min-level: Fix confusing sentence in the docstring
Date: Tue, 13 Dec 2022 02:57:55 -0500 (EST)

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

    org-inlinetask-min-level: Fix confusing sentence in the docstring
    
    * lisp/org-inlinetask.el (org-inlinetask-min-level): Update
    confusingly written sentence.
    
    Reported-by: Alain.Cochard@unistra.fr
    Link: https://orgmode.org/list/25495.8102.609172.522785@gargle.gargle.HOWL
---
 lisp/org-inlinetask.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lisp/org-inlinetask.el b/lisp/org-inlinetask.el
index 1c4124d4c7..bd64e0fce5 100644
--- a/lisp/org-inlinetask.el
+++ b/lisp/org-inlinetask.el
@@ -94,9 +94,8 @@ Don't set it to something higher than `29' or clocking will 
break since this
 is the hardcoded maximum number of stars `org-clock-sum' will work with.
 
 It is strongly recommended that you set `org-cycle-max-level' not at all,
-or to a number smaller than this one.  In fact, when `org-cycle-max-level' is
-not set, it will be assumed to be one less than the value of smaller than
-the value of this variable."
+or to a number smaller than this one.  See `org-cycle-max-level'
+docstring for more details."
   :group 'org-inlinetask
   :type '(choice
          (const :tag "Off" nil)



reply via email to

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