Browse Source

Fix typos

Carsten Dominik 15 years ago
parent
commit
3a2c616655
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/org-clock.el

+ 2 - 2
lisp/org-clock.el

@@ -203,9 +203,9 @@ auto     Automatically, either `all', or `repeat' for repeating tasks"
 (defcustom org-task-overrun-text nil
 (defcustom org-task-overrun-text nil
   "The extra modeline text that should indicate that the clock is overrun.
   "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
 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,
 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
   :group 'org-clock
   :type '(choice
   :type '(choice
 	  (const :tag "Just mark the time string" nil)
 	  (const :tag "Just mark the time string" nil)