[Emacs] Make dictionary change possible with flyspell hydra

This commit is contained in:
Lucien Cartier-Tilet 2022-10-19 15:07:28 +02:00
parent 8656b7c982
commit 65ad09cc64
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 3 additions and 2 deletions

View File

@ -6011,11 +6011,12 @@ Spell Commands^^ Add To Dictionary^^ Other
[_d_] change dictionary [_S_] add word to dict (session) [_Q_] exit and disable spell check
[_n_] next error
[_c_] correct before point
[_s_] correct at point"
[_s_] correct at point
"
("B" nil)
("b" flyspell-buffer)
("r" flyspell-region)
("d" nil)
("d" ispell-change-dictionary)
("G" nil)
("n" flyspell-goto-next-error)
("c" flyspell-correct-wrapper)