]> git.eshelyaron.com Git - emacs.git/commitdiff
* textmodes/ispell.el (ispell-region): Adapt "done" message
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 24 Feb 2009 16:25:10 +0000 (16:25 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 24 Feb 2009 16:25:10 +0000 (16:25 +0000)
  to coding conventions.  (Bug#2447)

lisp/ChangeLog
lisp/textmodes/ispell.el

index 90e6a3ab99f6c24e210a3a2df20f380c670dbdcf..99cf5ee1f527841c465064f49e2b2aa9e31660ca 100644 (file)
@@ -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)
 
index d567ff485d3253d08bf947b52d49ce6bd38f5e88..ab43f78192fbd7240c76b5e2d8dc1f81c3a72272 100644 (file)
@@ -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)