From 32b01c02b48963a242fcc984c3599f59e59c1b2c Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 15 May 2019 13:00:51 -0400 Subject: [PATCH] * 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 a1bbf7369b2..bbc42e11f74 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 -- 2.39.2