summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReiner Steib <reinersteib+gmane@imap.cc>2011-02-26 16:29:59 +0100
committerBastien Guerry <bzg@altern.org>2011-02-26 16:29:59 +0100
commit3c19ab2092a7cf1bf98ec6d2ee0d1af371213320 (patch)
tree2b1039053acb6ff334dc897ad5d0517664556505
parent4ce05a79a056b02d3c8b2f4d3777e423cafaaf04 (diff)
downloadorg-mode-3c19ab2092a7cf1bf98ec6d2ee0d1af371213320.tar.gz
* org-clock.el (org-clock-display): docstring fiw.
* org-clock.el (org-clock-display): tell to use `org-clock-remove-overlays' to remove the display.
-rw-r--r--lisp/org-clock.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 6d484f5..6b45ca5 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -1519,7 +1519,9 @@ nil are excluded from the clock summation."
(defun org-clock-display (&optional total-only)
"Show subtree times in the entire buffer.
If TOTAL-ONLY is non-nil, only show the total time for the entire file
-in the echo area."
+in the echo area.
+
+Use \\[org-clock-remove-overlays] to remove the subtree times."
(interactive)
(org-clock-remove-overlays)
(let (time h m p)