Applied, thank you Alan. - Carsten On 19.9.2013, at 14:27, Alan Schmitt wrote: > 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 > 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 >