Fix some face docstrings.

This commit is contained in:
Carsten Dominik 2009-06-28 20:28:13 +02:00
parent 3d2b4d98c1
commit 6f6ff0431d

View file

@ -258,21 +258,21 @@ column view defines special faces for each outline level. See the file
'((((class color) (background light)) (:underline t)) '((((class color) (background light)) (:underline t))
(((class color) (background dark)) (:underline t)) (((class color) (background dark)) (:underline t))
(t (:underline t))) (t (:underline t)))
"Face for links." "Face for link targets."
:group 'org-faces) :group 'org-faces)
(defface org-date (defface org-date
'((((class color) (background light)) (:foreground "Purple" :underline t)) '((((class color) (background light)) (:foreground "Purple" :underline t))
(((class color) (background dark)) (:foreground "Cyan" :underline t)) (((class color) (background dark)) (:foreground "Cyan" :underline t))
(t (:underline t))) (t (:underline t)))
"Face for links." "Face for date/time stamps."
:group 'org-faces) :group 'org-faces)
(defface org-sexp-date (defface org-sexp-date
'((((class color) (background light)) (:foreground "Purple")) '((((class color) (background light)) (:foreground "Purple"))
(((class color) (background dark)) (:foreground "Cyan")) (((class color) (background dark)) (:foreground "Cyan"))
(t (:underline t))) (t (:underline t)))
"Face for links." "Face for diary-like sexp date specifications."
:group 'org-faces) :group 'org-faces)
(defface org-tag (defface org-tag