emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/fixit.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/man/fixit.texi
Date: Fri, 25 Feb 2005 08:46:00 -0500

Index: emacs/man/fixit.texi
diff -c emacs/man/fixit.texi:1.19 emacs/man/fixit.texi:1.20
*** emacs/man/fixit.texi:1.19   Wed Feb 16 10:01:06 2005
--- emacs/man/fixit.texi        Fri Feb 25 13:45:59 2005
***************
*** 11,22 ****
  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.
  
  @menu
  * Kill Errors:: Commands to kill a batch of recently entered text.
--- 11,22 ----
  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-_} 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,169 ****
--- 164,170 ----
  @item M-$
  Check and correct spelling of the word at point (@code{ispell-word}).
  @item address@hidden
+ @itemx @key{ESC} @key{TAB}
  Complete the word before point based on the spelling dictionary
  (@code{ispell-complete-word}).
  @item M-x ispell
***************
*** 239,249 ****
  here.
  
  @item r @var{new} @key{RET}
! Replace the word (just this time) with @var{new}.
  
  @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.
  
  @item @var{digit}
  Replace the word (just this time) with one of the displayed
--- 240,252 ----
  here.
  
  @item r @var{new} @key{RET}
! 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.  (The replacements
! will be rescanned for more spelling errors.)
  
  @item @var{digit}
  Replace the word (just this time) with one of the displayed
***************
*** 277,284 ****
  wildcard.
  
  @item C-g
! Quit interactive spell checking.  You can restart it again afterward
! with @kbd{C-u M-$}.
  
  @item X
  Same as @kbd{C-g}.
--- 280,288 ----
  wildcard.
  
  @item C-g
! 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,301 ****
--- 300,308 ----
  @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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]