emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/killing.texi [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/killing.texi [emacs-unicode-2]
Date: Fri, 27 Aug 2004 06:52:18 -0400

Index: emacs/man/killing.texi
diff -c emacs/man/killing.texi:1.31.6.1 emacs/man/killing.texi:1.31.6.2
*** emacs/man/killing.texi:1.31.6.1     Fri Apr 16 12:50:41 2004
--- emacs/man/killing.texi      Fri Aug 27 07:00:30 2004
***************
*** 31,38 ****
  @cindex killing text
  @cindex cutting text
  @cindex deletion
!   Most commands which erase text from the buffer save it in the kill
! ring so that you can move or copy it to other parts of the buffer.
  These commands are known as @dfn{kill} commands.  The rest of the
  commands that erase text do not save it in the kill ring; they are known
  as @dfn{delete} commands.  (This distinction is made only for erasure of
--- 31,38 ----
  @cindex killing text
  @cindex cutting text
  @cindex deletion
!   Most commands which erase text from the buffer save it in the @dfn{kill
! ring} so that you can move or copy it to other parts of the buffer.
  These commands are known as @dfn{kill} commands.  The rest of the
  commands that erase text do not save it in the kill ring; they are known
  as @dfn{delete} commands.  (This distinction is made only for erasure of
***************
*** 274,280 ****
  
    @dfn{Yanking} means reinserting text previously killed.  This is what
  some systems call ``pasting.''  The usual way to move or copy text is to
! kill it and then yank it elsewhere one or more times.
  
  @table @kbd
  @item C-y
--- 274,281 ----
  
    @dfn{Yanking} means reinserting text previously killed.  This is what
  some systems call ``pasting.''  The usual way to move or copy text is to
! kill it and then yank it elsewhere one or more times.  This is very safe
! because Emacs remembers many recent kills, not just the last one.
  
  @table @kbd
  @item C-y




reply via email to

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