diff options
| author | Fabrice Bauzac <libnoon@gmail.com> | 2017-07-22 10:56:26 +0300 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2017-07-22 10:56:26 +0300 |
| commit | 842ac11c0d3f4fe24a30c35e3ae8d810cf56c549 (patch) | |
| tree | eedbaf8e957e7874c22adbe32de64df889854317 | |
| parent | efa754d2c15485f8da22807e5d06b00b088aca92 (diff) | |
| download | emacs-842ac11c0d3f4fe24a30c35e3ae8d810cf56c549.tar.gz | |
Mention 'C-M-i' as key binding for 'ispell-complete-word'
* doc/emacs/fixit.texi (Spelling): ispell-complete-word
can also be invoked by C-M-i. (Bug#27349)
Copyright-paperwork-exempt: yes
| -rw-r--r-- | doc/emacs/fixit.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/emacs/fixit.texi b/doc/emacs/fixit.texi index 2ba3e26c484..f833f572dfc 100644 --- a/doc/emacs/fixit.texi +++ b/doc/emacs/fixit.texi @@ -254,6 +254,7 @@ Restart the Aspell/Ispell/Hunspell process, using @var{dict} as the dictionary. Kill the Aspell/Ispell/Hunspell subprocess. @item M-@key{TAB} @itemx @key{ESC} @key{TAB} +@itemx C-M-i Complete the word before point based on the spelling dictionary (@code{ispell-complete-word}). @item M-x flyspell-mode |
