From 45dc19516aa599031d82736352dec94801ef8560 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Tue, 13 Dec 2022 10:31:58 +0300 Subject: [PATCH] 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 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)