]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention 'C-M-i' as key binding for 'ispell-complete-word'
authorFabrice Bauzac <libnoon@gmail.com>
Sat, 22 Jul 2017 07:56:26 +0000 (10:56 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Jul 2017 07:56:26 +0000 (10:56 +0300)
* doc/emacs/fixit.texi (Spelling): ispell-complete-word
can also be invoked by C-M-i.  (Bug#27349)

Copyright-paperwork-exempt: yes

doc/emacs/fixit.texi

index 2ba3e26c4840841eb3be9a291975753466758a32..f833f572dfc6843ce9434443e9200c4d42087211 100644 (file)
@@ -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