emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 32b01c0: * lisp/mail/footnote.el (footnote-prefix):


From: Stefan Monnier
Subject: [Emacs-diffs] master 32b01c0: * lisp/mail/footnote.el (footnote-prefix): Docstring typo.
Date: Wed, 15 May 2019 13:01:14 -0400 (EDT)

branch: master
commit 32b01c02b48963a242fcc984c3599f59e59c1b2c
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * lisp/mail/footnote.el (footnote-prefix): Docstring typo.
---
 lisp/mail/footnote.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el
index a1bbf73..bbc42e1 100644
--- a/lisp/mail/footnote.el
+++ b/lisp/mail/footnote.el
@@ -101,7 +101,7 @@ displaying footnotes."
   :type 'integer)
 
 (defcustom footnote-prefix [(control ?c) ?!]
-  "Prefix key to use for Footnote command in Footnote minor mode.
+  "Prefix key to use for Footnote commands in Footnote minor mode.
 The value of this variable is checked as part of loading Footnote mode.
 After that, changing the prefix key requires manipulating keymaps."
   :type 'key-sequence)
@@ -876,8 +876,7 @@ play around with the following keys:
     (add-function :around (local 'adaptive-fill-function)
                   #'footnote--adaptive-fill-function)
 
-    ;; filladapt is an XEmacs package which AFAIK has never been ported
-    ;; to Emacs.
+    ;; Filladapt was an XEmacs package which is now in GNU ELPA.
     (when (boundp 'filladapt-token-table)
       ;; add tokens to filladapt to match footnotes
       ;; 1] xxxxxxxxxxx x x x or [1] x x x x x x x



reply via email to

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