mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-29 07:58:21 +00:00
org-faces.el (org-date-selected): Fix docstring.
* org-faces.el (org-date-selected): Fix docstring. Thanks to Toby Cubitt for pointing this.
This commit is contained in:
parent
9d01202a7b
commit
76c38183bb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user