summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2009-02-24 16:25:10 +0000
committerJuanma Barranquero <lekktu@gmail.com>2009-02-24 16:25:10 +0000
commit221d9807b3e97c839a8aa98b1b7ce2d8df773273 (patch)
tree9d9f1535deb3773e4b4f0a54d20bb167483f605f /lisp/textmodes
parent5f0e32eae1c50252096197728a2f0d8641bfda60 (diff)
downloademacs-221d9807b3e97c839a8aa98b1b7ce2d8df773273.tar.gz
* textmodes/ispell.el (ispell-region): Adapt "done" message
to coding conventions. (Bug#2447)
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/ispell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index d567ff485d3..ab43f78192f 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -2849,7 +2849,7 @@ Return nil if spell session is quit,
(if (not recheckp) (set-marker ispell-region-end nil))
;; Only save if successful exit.
(ispell-pdict-save ispell-silently-savep)
- (message "Spell-checking %s using %s with %s dictionary done"
+ (message "Spell-checking %s using %s with %s dictionary...done"
(if (and (= reg-start (point-min)) (= reg-end (point-max)))
(buffer-name) "region")
(file-name-nondirectory ispell-program-name)