diff options
-rw-r--r-- | doc/emacs/fixit.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/emacs/fixit.texi b/doc/emacs/fixit.texi index 35601708d35..aa511fdcb50 100644 --- a/doc/emacs/fixit.texi +++ b/doc/emacs/fixit.texi @@ -260,6 +260,13 @@ systems. @xref{Top, Aspell,, aspell, The Aspell Manual}. @end ifnottex +@vindex ispell-program-name + If you have only one of the spelling checker programs installed, +Emacs will find it when you invoke for the first time one of the +commands described here. If you have more than one of them installed, +you can control which one is used by customizing the variable +@code{ispell-program-name}. + @table @kbd @item M-$ Check and correct spelling of the word at point (@code{ispell-word}). |