summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/flyspell.el2
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))))))