diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-08-22 15:13:14 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-08-22 15:13:14 +0000 |
commit | 342ed7921750f18ae6e06febddc9b9cea0f36d39 (patch) | |
tree | 5aa1246c123081472d8a5ffa677ceeebd3f90a07 /man/fixit.texi | |
parent | 0292b49f07e3b33754cc1f3d34fd1bb226450b18 (diff) | |
download | emacs-342ed7921750f18ae6e06febddc9b9cea0f36d39.tar.gz |
Document the new operation of the `ispell' command.
Diffstat (limited to 'man/fixit.texi')
-rw-r--r-- | man/fixit.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/fixit.texi b/man/fixit.texi index 2adc975ed7c..591c50495bb 100644 --- a/man/fixit.texi +++ b/man/fixit.texi @@ -162,6 +162,8 @@ Check and correct spelling of the word at point (@code{ispell-word}). @item M-@key{TAB} Complete the word before point based on the spelling dictionary (@code{ispell-complete-word}). +@item M-x ispell +Spell-check the active region or the current buffer. @item M-x ispell-buffer Check and correct spelling of each word in the buffer. @item M-x ispell-region @@ -209,6 +211,12 @@ spelling in an email message you are writing, use @kbd{M-x ispell-message}; that checks the whole buffer, but does not check material that is indented or appears to be cited from other messages. +@findex ispell +@cindex spell-checking the active region + The @kbd{M-x ispell} command spell-checks the active region if the +Transient Mark mode is on (@pxref{Transient Mark}), otherwise it +spell-checks the current buffer. + Each time these commands encounter an incorrect word, they ask you what to do. They display a list of alternatives, usually including several ``near-misses''---words that are close to the word being |