bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#23656: [PATCH] 25.0.94; Typo in doc string for footnote-mode


From: N. Jackson
Subject: bug#23656: [PATCH] 25.0.94; Typo in doc string for footnote-mode
Date: Mon, 30 May 2016 10:14:54 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.94 (gnu/linux)

At 10:08 -0300 on Monday 2016-05-30, N. Jackson wrote:

> The second paragraph of the doc string for footnote-mode
> (lisp/mail/footnote.el, line 796) begins "Footnode mode is a
> buffer-local minor mode.". "Footnode" should be "Footnote". 
>
> Patch follows.

Fix typo in docstring

* lisp/mail/footnote.el (footnote-mode):  Fix typo in docstring (Bug#23656).

diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el
index 57c3be0..a90f370 100644
--- a/lisp/mail/footnote.el
+++ b/lisp/mail/footnote.el
@@ -793,7 +793,7 @@ footnote-mode
 positive, and disable it otherwise.  If called from Lisp, enable
 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,
 play around with the following keys:
 \\{footnote-minor-mode-map}"






reply via email to

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