mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(ispell-word): In ispell-check-only mode,
display a message for misspelled word.
This commit is contained in:
parent
43fd1680f9
commit
0de86efccd
@ -913,6 +913,7 @@ or \\[ispell-region] to update the Ispell process."
|
||||
(funcall ispell-format-word poss))))
|
||||
((null poss) (message "Error in ispell process"))
|
||||
(ispell-check-only ; called from ispell minor mode.
|
||||
(message "Misspelled word `%s'" word)
|
||||
(beep))
|
||||
(t ; prompt for correct word.
|
||||
(save-window-excursion
|
||||
|
Loading…
Reference in New Issue
Block a user