mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-31 11:13:59 +00:00
Fix typos
This commit is contained in:
parent
a2cf93f5d6
commit
3a2c616655
@ -203,9 +203,9 @@ auto Automatically, either `all', or `repeat' for repeating tasks"
|
||||
(defcustom org-task-overrun-text nil
|
||||
"The extra modeline text that should 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-ling-clock-overrun').
|
||||
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,
|
||||
also using the face `org-mode-ling-clock-overrun'."
|
||||
also using the face `org-mode-line-clock-overrun'."
|
||||
:group 'org-clock
|
||||
:type '(choice
|
||||
(const :tag "Just mark the time string" nil)
|
||||
|
Loading…
Reference in New Issue
Block a user