Преглед на файлове

org-faces.el (org-date-selected): Fix docstring.

* org-faces.el (org-date-selected): Fix docstring.

Thanks to Toby Cubitt for pointing this.
Bastien Guerry преди 13 години
родител
ревизия
76c38183bb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lisp/org-faces.el

+ 1 - 1
lisp/org-faces.el

@@ -292,7 +292,7 @@ column view defines special faces for each outline level.  See the file
       (((class color) (min-colors 8)  (background light)) (:foreground "red"  :bold nil))
       (((class color) (min-colors 8)  (background dark))  (:foreground "red"  :bold nil))
       (t (:inverse-video t))))
-  "Face for deadlines and TODO keywords."
+  "Face for highlighting the calendar day when using `org-read-date'."
   :group 'org-faces)
 
 (defface org-sexp-date