From: Stefan Kangas Date: Thu, 27 Aug 2020 04:57:52 +0000 (+0200) Subject: ; * lisp/textmodes/flyspell.el (flyspell-mode-on): Fix typo. X-Git-Tag: emacs-28.0.90~6365 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8082a5ccae11508c7eb80ca4d9fabb341985419;p=emacs.git ; * lisp/textmodes/flyspell.el (flyspell-mode-on): Fix typo. --- diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 0af8ba872db..78a74de4e83 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))))))