Backport changes by Chong Yidong in Emacs trunk (revno 108457).

* org-clock.el (org-clock-string-limit)
(org-clock-modeline-total, org-clock-task-overrun-text)
(org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
This commit is contained in:
Bastien Guerry 2012-06-03 10:28:46 +02:00
parent 8b46521211
commit 5968047924

View file

@ -221,7 +221,7 @@ auto Automatically, either `all', or `repeat' for repeating tasks"
(defvaralias 'org-task-overrun-text 'org-clock-task-overrun-text)
(defcustom org-clock-task-overrun-text nil
"The extra modeline text that should indicate that the clock is overrun.
"Extra mode line text to indicate that the clock is overrun.
The can be nil to indicate that instead of adding text, the clock time
should get a different face (`org-mode-line-clock-overrun').
When this is a string, it is prepended to the clock string as an indication,