Fix documentation of the org-footnote face

* org-faces.el (org-footnote): Fix the documentation for this face.

TINYCHANGE
This commit is contained in:
Alan Schmitt 2013-09-19 14:27:19 +02:00 committed by Carsten Dominik
parent 12de6223dc
commit 2c5fbb19cf
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ column view defines special faces for each outline level. See the file
'((((class color) (background light)) (:foreground "Purple" :underline t))
(((class color) (background dark)) (:foreground "Cyan" :underline t))
(t (:underline t)))
"Face for links."
"Face for footnotes."
:group 'org-faces)
(defface org-ellipsis