Explorar o código

* 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.
Reiner Steib %!s(int64=14) %!d(string=hai) anos
pai
achega
3c19ab2092
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      lisp/org-clock.el

+ 3 - 1
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)