emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Tiny patch: documentation of the org-footnote face


From: Alan Schmitt
Subject: [O] Tiny patch: documentation of the org-footnote face
Date: Thu, 19 Sep 2013 14:27:19 +0200
User-agent: mu4e 0.9.9.5; emacs 24.3.1

Hello,

While tracking down my proportional fonts woes, I found this small
typo. Patch attached.

Alan

>From 355d8408e79a1337e4c57ba7531eec337ec40225 Mon Sep 17 00:00:00 2001
From: Alan Schmitt <address@hidden>
Date: Thu, 19 Sep 2013 14:23:50 +0200
Subject: [PATCH] Org-faces: Correct the documentation for footnotes

* org-faces.el (org-footnote): Fix the documentation for this face.
---
 lisp/org-faces.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
1.8.4


reply via email to

[Prev in Thread] Current Thread [Next in Thread]