]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/textmodes/flyspell.el (flyspell-mode-on): Fix typo.
authorStefan Kangas <stefankangas@gmail.com>
Thu, 27 Aug 2020 04:57:52 +0000 (06:57 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 27 Aug 2020 04:58:53 +0000 (06:58 +0200)
lisp/textmodes/flyspell.el

index 0af8ba872db7ebbc1c5b223864a98acb9a1da743..78a74de4e83f4543aecbec1bd76daaf4d77af42a 100644 (file)
@@ -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))))))