mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 18:41:25 -08:00
(ispell-word): In ispell-check-only mode,
display a message for misspelled word.
This commit is contained in:
parent
43fd1680f9
commit
0de86efccd
1 changed files with 1 additions and 0 deletions
|
|
@ -913,6 +913,7 @@ or \\[ispell-region] to update the Ispell process."
|
||||||
(funcall ispell-format-word poss))))
|
(funcall ispell-format-word poss))))
|
||||||
((null poss) (message "Error in ispell process"))
|
((null poss) (message "Error in ispell process"))
|
||||||
(ispell-check-only ; called from ispell minor mode.
|
(ispell-check-only ; called from ispell minor mode.
|
||||||
|
(message "Misspelled word `%s'" word)
|
||||||
(beep))
|
(beep))
|
||||||
(t ; prompt for correct word.
|
(t ; prompt for correct word.
|
||||||
(save-window-excursion
|
(save-window-excursion
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue