From 76c38183bb84c9512bc2eef428c30065263b2894 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 22 Apr 2012 00:44:03 +0200 Subject: [PATCH] org-faces.el (org-date-selected): Fix docstring. * org-faces.el (org-date-selected): Fix docstring. Thanks to Toby Cubitt for pointing this. --- lisp/org-faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-faces.el b/lisp/org-faces.el index 5e984636c..58f879dd5 100644 --- a/lisp/org-faces.el +++ b/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