emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sun, 22 May 2005 16:58:06 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.720 emacs/lisp/simple.el:1.721
*** emacs/lisp/simple.el:1.720  Sun May  8 19:33:14 2005
--- emacs/lisp/simple.el        Sun May 22 20:58:06 2005
***************
*** 2568,2574 ****
  If N is negative, this is a more recent kill.
  
  The sequence of kills wraps around, so that after the oldest one
! comes the newest one."
    (interactive "*p")
    (if (not (eq last-command 'yank))
        (error "Previous command was not a yank"))
--- 2568,2578 ----
  If N is negative, this is a more recent kill.
  
  The sequence of kills wraps around, so that after the oldest one
! comes the newest one.
! 
! When this command inserts killed text into the buffer, it honors
! `yank-excluded-properties' and `yank-handler' as described in the
! doc string for `insert-for-yank-1', which see."
    (interactive "*p")
    (if (not (eq last-command 'yank))
        (error "Previous command was not a yank"))
***************
*** 2600,2605 ****
--- 2604,2614 ----
  With just \\[universal-argument] as argument, same but put point at beginning 
(and mark at end).
  With argument N, reinsert the Nth most recently killed stretch of killed
  text.
+ 
+ When this command inserts killed text into the buffer, it honors
+ `yank-excluded-properties' and `yank-handler' as described in the
+ doc string for `insert-for-yank-1', which see.
+ 
  See also the command \\[yank-pop]."
    (interactive "*P")
    (setq yank-window-start (window-start))




reply via email to

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