diff options
| author | Agustín Martín | 2008-12-19 12:23:09 +0000 |
|---|---|---|
| committer | Agustín Martín | 2008-12-19 12:23:09 +0000 |
| commit | 349b3256608412d33ddabc7c3f9b429123e7c353 (patch) | |
| tree | 4ff5fe36c018ffefc910a7cd9307122a8c219506 | |
| parent | e483e9f8effdc69edb3cc93d3494d8783005fd68 (diff) | |
| download | emacs-349b3256608412d33ddabc7c3f9b429123e7c353.tar.gz emacs-349b3256608412d33ddabc7c3f9b429123e7c353.zip | |
* fixit.texi: Mention hunspell
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/fixit.texi | 23 |
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 @@ | |||
| 1 | 2008-12-19 Agustin Martin <agustin.martin@hispalinux.es> | ||
| 2 | |||
| 3 | * fixit.texi: Mention hunspell | ||
| 4 | |||
| 1 | 2008-12-19 Glenn Morris <rgm@gnu.org> | 5 | 2008-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 |
| 231 | single word or of a portion of a buffer. These commands only work if | 231 | single word or of a portion of a buffer. These commands only work if |
| 232 | the spelling checker program Aspell or Ispell is installed. Neither | 232 | the spelling checker program Aspell, Ispell or Hunspell is installed. |
| 233 | Aspell nor Ispell are part of Emacs, but one or the other is usually | 233 | Aspell, Ispell or Hunspell are not part of Emacs, but one or the other |
| 234 | installed in GNU/Linux and other free operating systems. | 234 | is 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. | |||
| 250 | Check and correct spelling in a draft mail message, excluding cited | 250 | Check and correct spelling in a draft mail message, excluding cited |
| 251 | material. | 251 | material. |
| 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} |
| 253 | Restart the Aspell or Ispell process, using @var{dict} as the dictionary. | 253 | Restart 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 |
| 255 | Kill the Aspell or Ispell subprocess. | 255 | Kill 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} |
| 258 | Complete the word before point based on the spelling dictionary | 258 | 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 | |||
| 319 | editing session and for this buffer. | 319 | editing session and for this buffer. |
| 320 | 320 | ||
| 321 | @item i | 321 | @item i |
| 322 | Insert this word in your private dictionary file so that Aspell or Ispell will | 322 | Insert this word in your private dictionary file so that Aspell or Ispell |
| 323 | consider it correct from now on, even in future sessions. | 323 | or Hunspell will consider it correct from now on, even in future sessions. |
| 324 | 324 | ||
| 325 | @item m | 325 | @item m |
| 326 | Like @kbd{i}, but you can also specify dictionary completion | 326 | 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 | |||
| 347 | when you started spell checking. | 347 | when you started spell checking. |
| 348 | 348 | ||
| 349 | @item q | 349 | @item q |
| 350 | Quit interactive spell checking and kill the Ispell subprocess. | 350 | Quit interactive spell checking and kill the Aspell/Ispell/Hunspell |
| 351 | subprocess. | ||
| 351 | 352 | ||
| 352 | @item ? | 353 | @item ? |
| 353 | Show the list of options. | 354 | Show 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 |
| 369 | waiting for something to do, so that subsequent spell checking | 370 | to run, waiting for something to do, so that subsequent spell checking |
| 370 | commands complete more quickly. If you want to get rid of the | 371 | commands complete more quickly. If you want to get rid of the |
| 371 | process, use @kbd{M-x ispell-kill-ispell}. This is not usually | 372 | process, use @kbd{M-x ispell-kill-ispell}. This is not usually |
| 372 | necessary, since the process uses no time except when you do spelling | 373 | necessary, 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: |
| 378 | the standard dictionary and your private dictionary. The variable | 379 | the 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 |
| 380 | standard dictionary; a value of @code{nil} selects the default | 381 | standard dictionary; a value of @code{nil} selects the default |