* 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.
This commit is contained in:
Reiner Steib 2011-02-26 16:29:59 +01:00 committed by Bastien Guerry
parent 4ce05a79a0
commit 3c19ab2092
1 changed files with 3 additions and 1 deletions

View File

@ -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)