; * lisp/textmodes/flyspell.el (flyspell-mode-on): Fix typo.

This commit is contained in:
Stefan Kangas 2020-08-27 06:57:52 +02:00
parent 15f6c07f15
commit f8082a5cca

View 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))))))