aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgustín Martín2008-12-19 12:23:09 +0000
committerAgustín Martín2008-12-19 12:23:09 +0000
commit349b3256608412d33ddabc7c3f9b429123e7c353 (patch)
tree4ff5fe36c018ffefc910a7cd9307122a8c219506
parente483e9f8effdc69edb3cc93d3494d8783005fd68 (diff)
downloademacs-349b3256608412d33ddabc7c3f9b429123e7c353.tar.gz
emacs-349b3256608412d33ddabc7c3f9b429123e7c353.zip
* fixit.texi: Mention hunspell
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/fixit.texi23
2 files changed, 16 insertions, 11 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 2b6a353c87d..17b81723944 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
2
3 * fixit.texi: Mention hunspell
4
12008-12-19 Glenn Morris <rgm@gnu.org> 52008-12-19 Glenn Morris <rgm@gnu.org>
2 6
3 * ack.texi (Acknowledgments): Small grammar fix. 7 * ack.texi (Acknowledgments): Small grammar fix.
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
229 229
230 This section describes the commands to check the spelling of a 230 This section describes the commands to check the spelling of a
231single word or of a portion of a buffer. These commands only work if 231single word or of a portion of a buffer. These commands only work if
232the spelling checker program Aspell or Ispell is installed. Neither 232the spelling checker program Aspell, Ispell or Hunspell is installed.
233Aspell nor Ispell are part of Emacs, but one or the other is usually 233Aspell, Ispell or Hunspell are not part of Emacs, but one or the other
234installed in GNU/Linux and other free operating systems. 234is usually installed in GNU/Linux and other free operating systems.
235@ifnottex 235@ifnottex
236@xref{Top, Aspell,, aspell, The Aspell Manual}. 236@xref{Top, Aspell,, aspell, The Aspell Manual}.
237@end ifnottex 237@end ifnottex
@@ -250,9 +250,9 @@ Check and correct spelling in the region.
250Check and correct spelling in a draft mail message, excluding cited 250Check and correct spelling in a draft mail message, excluding cited
251material. 251material.
252@item M-x ispell-change-dictionary @key{RET} @var{dict} @key{RET} 252@item M-x ispell-change-dictionary @key{RET} @var{dict} @key{RET}
253Restart the Aspell or Ispell process, using @var{dict} as the dictionary. 253Restart the Aspell/Ispell/Hunspell process, using @var{dict} as the dictionary.
254@item M-x ispell-kill-ispell 254@item M-x ispell-kill-ispell
255Kill the Aspell or Ispell subprocess. 255Kill the Aspell/Ispell/Hunspell subprocess.
256@item M-@key{TAB} 256@item M-@key{TAB}
257@itemx @key{ESC} @key{TAB} 257@itemx @key{ESC} @key{TAB}
258Complete the word before point based on the spelling dictionary 258Complete 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
319editing session and for this buffer. 319editing session and for this buffer.
320 320
321@item i 321@item i
322Insert this word in your private dictionary file so that Aspell or Ispell will 322Insert this word in your private dictionary file so that Aspell or Ispell
323consider it correct from now on, even in future sessions. 323or Hunspell will consider it correct from now on, even in future sessions.
324 324
325@item m 325@item m
326Like @kbd{i}, but you can also specify dictionary completion 326Like @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
347when you started spell checking. 347when you started spell checking.
348 348
349@item q 349@item q
350Quit interactive spell checking and kill the Ispell subprocess. 350Quit interactive spell checking and kill the Aspell/Ispell/Hunspell
351subprocess.
351 352
352@item ? 353@item ?
353Show the list of options. 354Show the list of options.
@@ -365,8 +366,8 @@ there in the completions window and type @key{RET}. @xref{Text Mode}.
365 366
366@cindex @code{ispell} program 367@cindex @code{ispell} program
367@findex ispell-kill-ispell 368@findex ispell-kill-ispell
368 Once started, the Aspell or Ispell subprocess continues to run, 369 Once started, the Aspell or Ispell or Hunspell subprocess continues
369waiting for something to do, so that subsequent spell checking 370to run, waiting for something to do, so that subsequent spell checking
370commands complete more quickly. If you want to get rid of the 371commands complete more quickly. If you want to get rid of the
371process, use @kbd{M-x ispell-kill-ispell}. This is not usually 372process, use @kbd{M-x ispell-kill-ispell}. This is not usually
372necessary, since the process uses no time except when you do spelling 373necessary, since the process uses no time except when you do spelling
@@ -374,7 +375,7 @@ correction.
374 375
375@vindex ispell-dictionary 376@vindex ispell-dictionary
376@vindex ispell-complete-word-dict 377@vindex ispell-complete-word-dict
377 Ispell and Aspell use two dictionaries together for spell checking: 378 Ispell, Aspell and Hunspell use two dictionaries together for spell checking:
378the standard dictionary and your private dictionary. The variable 379the standard dictionary and your private dictionary. The variable
379@code{ispell-dictionary} specifies the file name to use for the 380@code{ispell-dictionary} specifies the file name to use for the
380standard dictionary; a value of @code{nil} selects the default 381standard dictionary; a value of @code{nil} selects the default