소스 검색

* 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 14 년 전
부모
커밋
3c19ab2092
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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)