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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/man/fixit.texi
Date: Tue, 04 Jun 2002 12:30:20 -0400

Index: emacs/man/fixit.texi
diff -c emacs/man/fixit.texi:1.8 emacs/man/fixit.texi:1.9
*** emacs/man/fixit.texi:1.8    Wed Aug  8 19:32:44 2001
--- emacs/man/fixit.texi        Sat Aug 25 16:42:21 2001
***************
*** 81,92 ****
  the line with the newline, which would be useless, @kbd{C-t} transposes the
  last two characters on the line.  So, if you catch your transposition error
  right away, you can fix it with just a @kbd{C-t}.  If you don't catch it so
! fast, you must move the cursor back to between the two transposed
! characters.  If you transposed a space with the last character of the word
! before it, the word motion commands are a good way of getting there.
! Otherwise, a reverse search (@kbd{C-r}) is often the best way.
! @xref{Search}.
! 
  
  @kindex C-x C-t
  @findex transpose-lines
--- 81,91 ----
  the line with the newline, which would be useless, @kbd{C-t} transposes the
  last two characters on the line.  So, if you catch your transposition error
  right away, you can fix it with just a @kbd{C-t}.  If you don't catch it so
! fast, you must move the cursor back between the two transposed
! characters before you type @kbd{C-t}.  If you transposed a space with
! the last character of the word before it, the word motion commands are
! a good way of getting there.  Otherwise, a reverse search (@kbd{C-r})
! is often the best way.  @xref{Search}.
  
  @kindex C-x C-t
  @findex transpose-lines
***************
*** 211,217 ****
    To check the entire current buffer, use @kbd{M-x ispell-buffer}.  Use
  @kbd{M-x ispell-region} to check just the current region.  To check
  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
--- 210,216 ----
    To check the entire current buffer, use @kbd{M-x ispell-buffer}.  Use
  @kbd{M-x ispell-region} to check just the current region.  To check
  spelling in an email message you are writing, use @kbd{M-x
! ispell-message}; that command checks the whole buffer, except for
  material that is indented or appears to be cited from other messages.
  
  @findex ispell
***************
*** 223,229 ****
    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
! checked.  Then you must type a character.  Here are the valid responses:
  
  @table @kbd
  @item @key{SPC}
--- 222,229 ----
    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
! checked.  Then you must type a single-character response.  Here are
! the valid responses:
  
  @table @kbd
  @item @key{SPC}
***************
*** 252,258 ****
  
  @item i
  Insert this word in your private dictionary file so that Ispell will
! consider it correct it from now on, even in future sessions.
  
  @item u
  Insert the lower-case version of this word in your private address@hidden@-ary
--- 252,258 ----
  
  @item i
  Insert this word in your private dictionary file so that Ispell will
! consider it correct from now on, even in future sessions.
  
  @item u
  Insert the lower-case version of this word in your private address@hidden@-ary
***************
*** 264,271 ****
  
  @item l @var{word} @key{RET}
  Look in the dictionary for words that match @var{word}.  These words
! become the new list of ``near-misses''; you can select one of them to
! replace with by typing a digit.  You can use @samp{*} in @var{word} as a
  wildcard.
  
  @item C-g
--- 264,271 ----
  
  @item l @var{word} @key{RET}
  Look in the dictionary for words that match @var{word}.  These words
! become the new list of ``near-misses''; you can select one of them as
! the replacement by typing a digit.  You can use @samp{*} in @var{word} as a
  wildcard.
  
  @item C-g



reply via email to

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