comparison lisp/simple.el @ 69410:7f8930333b39

(yank): Fix typo in docstring.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 11 Mar 2006 17:01:47 +0000
parents 8770c74755a4
children 5dfbb2116f2d 0cdee8b991e1 a802c5505156
comparison
equal deleted inserted replaced
69409:ab524efd17a5 69410:7f8930333b39
2688 (goto-char (prog1 (mark t) 2688 (goto-char (prog1 (mark t)
2689 (set-marker (mark-marker) (point) (current-buffer)))))) 2689 (set-marker (mark-marker) (point) (current-buffer))))))
2690 nil) 2690 nil)
2691 2691
2692 (defun yank (&optional arg) 2692 (defun yank (&optional arg)
2693 "Reinsert (\"past\") the last stretch of killed text. 2693 "Reinsert (\"paste\") the last stretch of killed text.
2694 More precisely, reinsert the stretch of killed text most recently 2694 More precisely, reinsert the stretch of killed text most recently
2695 killed OR yanked. Put point at end, and set mark at beginning. 2695 killed OR yanked. Put point at end, and set mark at beginning.
2696 With just \\[universal-argument] as argument, same but put point at beginning (and mark at end). 2696 With just \\[universal-argument] as argument, same but put point at beginning (and mark at end).
2697 With argument N, reinsert the Nth most recently killed stretch of killed 2697 With argument N, reinsert the Nth most recently killed stretch of killed
2698 text. 2698 text.