diff options
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 9ffd974311d..ac96798f8fa 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -2690,7 +2690,7 @@ doc string for `insert-for-yank-1', which see." | |||
| 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 (\"past\") 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). |