From 349b3256608412d33ddabc7c3f9b429123e7c353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Mart=C3=ADn?= Date: Fri, 19 Dec 2008 12:23:09 +0000 Subject: * fixit.texi: Mention hunspell --- doc/emacs/fixit.texi | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'doc/emacs/fixit.texi') diff --git a/doc/emacs/fixit.texi b/doc/emacs/fixit.texi index 114ba9247dd..3ec3f1b84b9 100644 --- a/doc/emacs/fixit.texi +++ b/doc/emacs/fixit.texi @@ -229,9 +229,9 @@ case-convert it and go on typing. @xref{Case}.@refill This section describes the commands to check the spelling of a single word or of a portion of a buffer. These commands only work if -the spelling checker program Aspell or Ispell is installed. Neither -Aspell nor Ispell are part of Emacs, but one or the other is usually -installed in GNU/Linux and other free operating systems. +the spelling checker program Aspell, Ispell or Hunspell is installed. +Aspell, Ispell or Hunspell are not part of Emacs, but one or the other +is usually installed in GNU/Linux and other free operating systems. @ifnottex @xref{Top, Aspell,, aspell, The Aspell Manual}. @end ifnottex @@ -250,9 +250,9 @@ Check and correct spelling in the region. Check and correct spelling in a draft mail message, excluding cited material. @item M-x ispell-change-dictionary @key{RET} @var{dict} @key{RET} -Restart the Aspell or Ispell process, using @var{dict} as the dictionary. +Restart the Aspell/Ispell/Hunspell process, using @var{dict} as the dictionary. @item M-x ispell-kill-ispell -Kill the Aspell or Ispell subprocess. +Kill the Aspell/Ispell/Hunspell subprocess. @item M-@key{TAB} @itemx @key{ESC} @key{TAB} Complete the word before point based on the spelling dictionary @@ -319,8 +319,8 @@ Accept the incorrect word---treat it as correct, but only in this editing session and for this buffer. @item i -Insert this word in your private dictionary file so that Aspell or Ispell will -consider it correct from now on, even in future sessions. +Insert this word in your private dictionary file so that Aspell or Ispell +or Hunspell will consider it correct from now on, even in future sessions. @item m Like @kbd{i}, but you can also specify dictionary completion @@ -347,7 +347,8 @@ Quit interactive spell checking and move point back to where it was when you started spell checking. @item q -Quit interactive spell checking and kill the Ispell subprocess. +Quit interactive spell checking and kill the Aspell/Ispell/Hunspell +subprocess. @item ? Show the list of options. @@ -365,8 +366,8 @@ there in the completions window and type @key{RET}. @xref{Text Mode}. @cindex @code{ispell} program @findex ispell-kill-ispell - Once started, the Aspell or Ispell subprocess continues to run, -waiting for something to do, so that subsequent spell checking + Once started, the Aspell or Ispell or Hunspell subprocess continues +to run, waiting for something to do, so that subsequent spell checking commands complete more quickly. If you want to get rid of the process, use @kbd{M-x ispell-kill-ispell}. This is not usually necessary, since the process uses no time except when you do spelling @@ -374,7 +375,7 @@ correction. @vindex ispell-dictionary @vindex ispell-complete-word-dict - Ispell and Aspell use two dictionaries together for spell checking: + Ispell, Aspell and Hunspell use two dictionaries together for spell checking: the standard dictionary and your private dictionary. The variable @code{ispell-dictionary} specifies the file name to use for the standard dictionary; a value of @code{nil} selects the default -- cgit v1.2.1