summaryrefslogtreecommitdiff
path: root/doc/emacs/fixit.texi
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2017-08-20 13:56:38 +0100
committerReuben Thomas <rrt@sc3d.org>2017-08-20 13:58:09 +0100
commitcf74c27ba1401aba216267b5a9900e659d1b2a25 (patch)
tree4a6f765904936604b15e294df4b3f6ca9bfff210 /doc/emacs/fixit.texi
parentfc2ccb2ae82aee1fe932351c19643f3fb7b9deaa (diff)
downloademacs-cf74c27ba1401aba216267b5a9900e659d1b2a25.tar.gz
Document Enchant support
* doc/emacs/fixit.texi: Mention Enchant. * doc/misc/efaq.texi: Likewise. * etc/NEWS: Add an item on Enchant support.
Diffstat (limited to 'doc/emacs/fixit.texi')
-rw-r--r--doc/emacs/fixit.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/emacs/fixit.texi b/doc/emacs/fixit.texi
index f833f572dfc..f2dba832522 100644
--- a/doc/emacs/fixit.texi
+++ b/doc/emacs/fixit.texi
@@ -227,7 +227,7 @@ case-convert it and go on typing. @xref{Case}.
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, Ispell or Hunspell is installed.
+the spelling checker program Hunspell, Aspell, Ispell or Enchant is installed.
These programs are not part of Emacs, but one of them is usually
installed in GNU/Linux and other free operating systems.
@ifnottex
@@ -249,9 +249,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/Ispell/Hunspell process, using @var{dict} as the dictionary.
+Restart the spell-checker process, using @var{dict} as the dictionary.
@item M-x ispell-kill-ispell
-Kill the Aspell/Ispell/Hunspell subprocess.
+Kill the spell-checker subprocess.
@item M-@key{TAB}
@itemx @key{ESC} @key{TAB}
@itemx C-M-i
@@ -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
-or Hunspell will consider it correct from now on, even in future sessions.
+Insert this word in your private dictionary file so that it will be
+considered correct from now on, even in future sessions.
@item m
Like @kbd{i}, but you can also specify dictionary completion
@@ -364,7 +364,7 @@ character; type that digit or character to choose it.
@cindex @code{ispell} program
@findex ispell-kill-ispell
- Once started, the Aspell or Ispell or Hunspell subprocess continues
+ Once started, the spell-checker 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
@@ -375,7 +375,7 @@ spelling correction.
@vindex ispell-local-dictionary
@vindex ispell-personal-dictionary
@findex ispell-change-dictionary
- Ispell, Aspell and Hunspell look up spelling in two dictionaries:
+ Spell-checkers look up spelling in two dictionaries:
the standard dictionary and your personal dictionary. The standard
dictionary is specified by the variable @code{ispell-local-dictionary}
or, if that is @code{nil}, by the variable @code{ispell-dictionary}.