/[emacs]/emacs/lisp/simple.el
ViewVC logotype

Diff of /emacs/lisp/simple.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.720 by eliz, Sun May 8 19:33:14 2005 UTC revision 1.721 by eliz, Sun May 22 20:58:06 2005 UTC
# Line 2568  With argument N, insert the Nth previous Line 2568  With argument N, insert the Nth previous
2568  If N is negative, this is a more recent kill.  If N is negative, this is a more recent kill.
2569    
2570  The sequence of kills wraps around, so that after the oldest one  The sequence of kills wraps around, so that after the oldest one
2571  comes the newest one."  comes the newest one.
2572    
2573    When this command inserts killed text into the buffer, it honors
2574    `yank-excluded-properties' and `yank-handler' as described in the
2575    doc string for `insert-for-yank-1', which see."
2576    (interactive "*p")    (interactive "*p")
2577    (if (not (eq last-command 'yank))    (if (not (eq last-command 'yank))
2578        (error "Previous command was not a yank"))        (error "Previous command was not a yank"))
# Line 2600  killed OR yanked.  Put point at end, and Line 2604  killed OR yanked.  Put point at end, and
2604  With just \\[universal-argument] as argument, same but put point at beginning (and mark at end).  With just \\[universal-argument] as argument, same but put point at beginning (and mark at end).
2605  With argument N, reinsert the Nth most recently killed stretch of killed  With argument N, reinsert the Nth most recently killed stretch of killed
2606  text.  text.
2607    
2608    When this command inserts killed text into the buffer, it honors
2609    `yank-excluded-properties' and `yank-handler' as described in the
2610    doc string for `insert-for-yank-1', which see.
2611    
2612  See also the command \\[yank-pop]."  See also the command \\[yank-pop]."
2613    (interactive "*P")    (interactive "*P")
2614    (setq yank-window-start (window-start))    (setq yank-window-start (window-start))

Legend:
Removed from v.1.720  
changed lines
  Added in v.1.721

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26