Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
221d9807
Commit
221d9807
authored
Feb 24, 2009
by
Juanma Barranquero
Browse files
* textmodes/ispell.el (ispell-region): Adapt "done" message
to coding conventions. (Bug#2447)
parent
5f0e32ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/textmodes/ispell.el
lisp/textmodes/ispell.el
+1
-1
No files found.
lisp/ChangeLog
View file @
221d9807
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)
...
...
lisp/textmodes/ispell.el
View file @
221d9807
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment