summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Schmitt <alan.schmitt@polytechnique.org>2013-09-19 14:27:19 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2013-09-22 08:02:18 +0200
commit2c5fbb19cff87baec09dbd2cc5bbe969ff8c1189 (patch)
treed553eca3b0b5862041736f814c9e983a581e74d8
parent12de6223dcd736c0958eca874def052b407ff5d1 (diff)
downloadorg-mode-2c5fbb19cff87baec09dbd2cc5bbe969ff8c1189.tar.gz
Fix documentation of the org-footnote face
* org-faces.el (org-footnote): Fix the documentation for this face. TINYCHANGE
-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 e968657..d64fd0e 100644
--- a/lisp/org-faces.el
+++ b/lisp/org-faces.el
@@ -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