From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Tiny patch: documentation of the org-footnote face Date: Thu, 19 Sep 2013 14:27:19 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMdKR-0004HY-5Y for emacs-orgmode@gnu.org; Thu, 19 Sep 2013 08:27:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMdKL-0003zk-C9 for emacs-orgmode@gnu.org; Thu, 19 Sep 2013 08:27:27 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:32718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMdKL-0003zN-5E for emacs-orgmode@gnu.org; Thu, 19 Sep 2013 08:27:21 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs Org mode --=-=-= Content-Type: text/plain Hello, While tracking down my proportional fonts woes, I found this small typo. Patch attached. Alan --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-Org-faces-Correct-the-documentation-for-footnotes.patch >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 --=-=-=--