branch: externals/org
commit 45dc19516aa599031d82736352dec94801ef8560
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>
org-inlinetask-min-level: Fix confusing sentence in the docstring
* lisp/org-inlinetask.el (org-inlinetask-min-level): Update
confusingly written sentence.
Reported-by: [email protected]
Link: https://orgmode.org/list/[email protected]
---
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)