summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-04-22 00:44:03 +0200
committerBastien Guerry <bzg@altern.org>2012-04-22 00:44:03 +0200
commit76c38183bb84c9512bc2eef428c30065263b2894 (patch)
tree8474c6361e9b4b87b8373ed371bce1e1ca11bb46
parent9d01202a7b87cb9ce33208b14cf129ae26690266 (diff)
downloadorg-mode-76c38183bb84c9512bc2eef428c30065263b2894.tar.gz
org-faces.el (org-date-selected): Fix docstring.
* org-faces.el (org-date-selected): Fix docstring. Thanks to Toby Cubitt for pointing this.
-rw-r--r--lisp/org-faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-faces.el b/lisp/org-faces.el
index 5e98463..58f879d 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