; * lisp/textmodes/flyspell.el (flyspell-mode-on): Fix typo.
This commit is contained in:
parent
15f6c07f15
commit
f8082a5cca
1 changed files with 1 additions and 1 deletions
|
@ -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))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue