changeset 102249:3dbaa6c4f4cb

* textmodes/ispell.el (ispell-region): Adapt "done" message to coding conventions. (Bug#2447)
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 24 Feb 2009 16:25:10 +0000
parents 6a544631f99f
children 1107d3965884
files lisp/ChangeLog lisp/textmodes/ispell.el
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Feb 24 16:11:06 2009 +0000
+++ b/lisp/ChangeLog	Tue Feb 24 16:25:10 2009 +0000
@@ -1,5 +1,8 @@
 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
 
+	* textmodes/ispell.el (ispell-region): Adapt "done" message to
+	coding conventions.  (Bug#2447)
+
 	* scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
 	argument is 0.  Doc fix.  (Bug#1527)
 
--- a/lisp/textmodes/ispell.el	Tue Feb 24 16:11:06 2009 +0000
+++ b/lisp/textmodes/ispell.el	Tue Feb 24 16:25:10 2009 +0000
@@ -2849,7 +2849,7 @@
       (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)