diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-08-27 06:57:52 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-08-27 06:58:53 +0200 |
commit | f8082a5ccae11508c7eb80ca4d9fabb341985419 (patch) | |
tree | c50b738adca06fe9902294105491a7d82ca1cb15 /lisp/textmodes/flyspell.el | |
parent | 15f6c07f15b59d4521cab2c2d6614915fea3cfbb (diff) | |
download | emacs-f8082a5ccae11508c7eb80ca4d9fabb341985419.tar.gz emacs-f8082a5ccae11508c7eb80ca4d9fabb341985419.tar.bz2 emacs-f8082a5ccae11508c7eb80ca4d9fabb341985419.zip |
; * lisp/textmodes/flyspell.el (flyspell-mode-on): Fix typo.
Diffstat (limited to 'lisp/textmodes/flyspell.el')
-rw-r--r-- | lisp/textmodes/flyspell.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)))))) |