emacs-diffs
[Top][All Lists]
Advanced

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

master f8082a5: ; * lisp/textmodes/flyspell.el (flyspell-mode-on): Fix t


From: Stefan Kangas
Subject: master f8082a5: ; * lisp/textmodes/flyspell.el (flyspell-mode-on): Fix typo.
Date: Thu, 27 Aug 2020 00:59:21 -0400 (EDT)

branch: master
commit f8082a5ccae11508c7eb80ca4d9fabb341985419
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; * lisp/textmodes/flyspell.el (flyspell-mode-on): Fix typo.
---
 lisp/textmodes/flyspell.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 0af8ba8..78a74de 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -650,7 +650,7 @@ in your init file.
                                          nil 'non-ascii))
              (mouse-button (if flyspell-use-mouse-3-for-menu
                                "Mouse-3" "Mouse-2")))
-        (message "Welcome to Flyspell. Use %s to correct words"
+        (message "Welcome to Flyspell. Use %s to correct words."
                  (if binding
                      (format "%s or %s" (key-description binding) mouse-button)
                    (format "%s" mouse-button))))))



reply via email to

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