* lisp/mail/footnote.el (footnote-mode): Fix doc typo.

This commit is contained in:
Glenn Morris 2016-05-31 15:05:20 -04:00
parent a7a22442a4
commit 20eb53185d

View file

@ -793,7 +793,7 @@ With a prefix argument ARG, enable Footnote mode if ARG is
positive, and disable it otherwise. If called from Lisp, enable positive, and disable it otherwise. If called from Lisp, enable
the mode if ARG is omitted or nil. the mode if ARG is omitted or nil.
Footnode mode is a buffer-local minor mode. If enabled, it Footnote mode is a buffer-local minor mode. If enabled, it
provides footnote support for `message-mode'. To get started, provides footnote support for `message-mode'. To get started,
play around with the following keys: play around with the following keys:
\\{footnote-minor-mode-map}" \\{footnote-minor-mode-map}"