summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-04-22 00:44:27 +0200
committerBastien Guerry <bzg@altern.org>2012-04-22 00:44:27 +0200
commiteabf8984be5009c5e630b883192ace108553fd56 (patch)
treeb0eaa62c73bc46eaa637efa51aeb96e8e9dd37ba
parent6b6f0d625bfe7c2d30a5fbeb4491f43f61f49471 (diff)
parent76c38183bb84c9512bc2eef428c30065263b2894 (diff)
downloadorg-mode-eabf8984be5009c5e630b883192ace108553fd56.tar.gz
Merge branch 'maint'
-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