emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 f7a62c2: Fix doc string of 'footnote-style-alist'


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 f7a62c2: Fix doc string of 'footnote-style-alist'
Date: Fri, 22 Dec 2017 05:26:02 -0500 (EST)

branch: emacs-26
commit f7a62c2b488ceb8c56cba1f44aec73f8c1108816
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix doc string of 'footnote-style-alist'
    
    * lisp/mail/footnote.el (footnote-style-alist): Remove a reference
    to non-existing files from doc string.  (Bug#29759)
---
 lisp/mail/footnote.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el
index 5e18d89..68e5e47 100644
--- a/lisp/mail/footnote.el
+++ b/lisp/mail/footnote.el
@@ -321,9 +321,7 @@ Use Unicode characters for footnoting."
     (unicode Footnote-unicode ,footnote-unicode-regexp))
   "Styles of footnote tags available.
 By default only boring Arabic numbers, English letters and Roman Numerals
-are available.
-See footnote-han.el, footnote-greek.el and footnote-hebrew.el for more
-exciting styles.")
+are available.")
 
 (defcustom footnote-style 'numeric
   "Default style used for footnoting.



reply via email to

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