aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/simple.el2
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.
2694More precisely, reinsert the stretch of killed text most recently 2694More precisely, reinsert the stretch of killed text most recently
2695killed OR yanked. Put point at end, and set mark at beginning. 2695killed OR yanked. Put point at end, and set mark at beginning.
2696With just \\[universal-argument] as argument, same but put point at beginning (and mark at end). 2696With just \\[universal-argument] as argument, same but put point at beginning (and mark at end).