From 6f6ff0431d5fee23135cd34db84bf2d07ab1c4e9 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sun, 28 Jun 2009 20:28:13 +0200 Subject: [PATCH] Fix some face docstrings. --- lisp/org-faces.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-faces.el b/lisp/org-faces.el index 72f229c72..02a5e1072 100644 --- a/lisp/org-faces.el +++ b/lisp/org-faces.el @@ -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 dark)) (:underline t)) (t (:underline t))) - "Face for links." + "Face for link targets." :group 'org-faces) (defface org-date '((((class color) (background light)) (:foreground "Purple" :underline t)) (((class color) (background dark)) (:foreground "Cyan" :underline t)) (t (:underline t))) - "Face for links." + "Face for date/time stamps." :group 'org-faces) (defface org-sexp-date '((((class color) (background light)) (:foreground "Purple")) (((class color) (background dark)) (:foreground "Cyan")) (t (:underline t))) - "Face for links." + "Face for diary-like sexp date specifications." :group 'org-faces) (defface org-tag