# HG changeset patch # User Richard M. Stallman # Date 1109339159 0 # Node ID dcb391059e80a736e1cda97693fb45d5ad9d8fde # Parent 7d3fced26ee93f5b9566c9b868da5f355e06731e (Fixit): Mention C-/ for undo. (Spelling): Mention ESC TAB like M-TAB. Replacement words with r and R are rechecked. Say where C-g leaves point. Mention ? as input. diff -r 7d3fced26ee9 -r dcb391059e80 man/fixit.texi --- a/man/fixit.texi Fri Feb 25 11:45:05 2005 +0000 +++ b/man/fixit.texi Fri Feb 25 13:45:59 2005 +0000 @@ -11,12 +11,12 @@ it, or change your mind while composing text on the fly. The most fundamental command for correcting erroneous editing is the -undo command, @kbd{C-x u} or @kbd{C-_}. This command undoes a single -command (usually), a part of a command (in the case of -@code{query-replace}), or several consecutive self-inserting characters. -Consecutive repetitions of @kbd{C-_} or @kbd{C-x u} undo earlier and -earlier changes, back to the limit of the undo information available. -@xref{Undo}, for more information. +undo command, @kbd{C-x u} or @kbd{C-_} or @kbd{C-/}. This command +undoes a single command (usually), a part of a command (in the case of +@code{query-replace}), or several consecutive self-inserting +characters. Consecutive repetitions of the undo command undo earlier +and earlier changes, back to the limit of the undo information +available. @xref{Undo}, for more information. @menu * Kill Errors:: Commands to kill a batch of recently entered text. @@ -164,6 +164,7 @@ @item M-$ Check and correct spelling of the word at point (@code{ispell-word}). @item M-@key{TAB} +@itemx @key{ESC} @key{TAB} Complete the word before point based on the spelling dictionary (@code{ispell-complete-word}). @item M-x ispell @@ -239,11 +240,13 @@ here. @item r @var{new} @key{RET} -Replace the word (just this time) with @var{new}. +Replace the word (just this time) with @var{new}. (The replacement +string will be rescanned for more spelling errors.) @item R @var{new} @key{RET} Replace the word with @var{new}, and do a @code{query-replace} so you -can replace it elsewhere in the buffer if you wish. +can replace it elsewhere in the buffer if you wish. (The replacements +will be rescanned for more spelling errors.) @item @var{digit} Replace the word (just this time) with one of the displayed @@ -277,8 +280,9 @@ wildcard. @item C-g -Quit interactive spell checking. You can restart it again afterward -with @kbd{C-u M-$}. +Quit interactive spell checking, leaving point at the word that was +being checked. You can restart checking again afterward with @kbd{C-u +M-$}. @item X Same as @kbd{C-g}. @@ -296,6 +300,9 @@ @item C-z This key has its normal command meaning (suspend Emacs or iconify this frame). + +@item ? +Show the list of options. @end table @findex ispell-complete-word