summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIhor Radchenko <yantar92@posteo.net>2022-12-13 10:31:58 +0300
committerIhor Radchenko <yantar92@posteo.net>2022-12-13 10:31:58 +0300
commit45dc19516aa599031d82736352dec94801ef8560 (patch)
treea3cd3259df1681566855da520fca698b1d41dd0a
parent7f7fb256c69f49fdb80f1740d2b9fe46e7278f48 (diff)
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
-rw-r--r--lisp/org-inlinetask.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/org-inlinetask.el b/lisp/org-inlinetask.el
index 1c4124d4c..bd64e0fce 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)