branch: externals/org
commit 16548593ebf37e0f8cc3f6770c38bd140f722d9a
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    * lisp/org-clock.el (org-clock-clocked-in-display): Fix docstring format
    
    Make sure that the docstring has a single sentence as its first line.
---
 lisp/org-clock.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index ffd911c0a0..ba96207600 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -417,8 +417,8 @@ play with them."
   :type 'string)
 
 (defcustom org-clock-clocked-in-display 'mode-line
-  "When clocked in for a task, Org can display the current
-task and accumulated time in the mode line and/or frame title.
+  "Where to display clocked in task and accumulated time when clocked in.
+
 Allowed values are:
 
 both         displays in both mode line and frame title

Reply via email to