aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2006-03-11 17:01:47 +0000
committerLuc Teirlinck2006-03-11 17:01:47 +0000
commitf894e67124f1775e479d69078b67e7e5c15c94ff (patch)
treed300c4f6682311a62eb2af4f51665bac3f95c534
parentf372bd5b0faf05a3e82bcd79d9bd215aad58d6cb (diff)
downloademacs-f894e67124f1775e479d69078b67e7e5c15c94ff.tar.gz
emacs-f894e67124f1775e479d69078b67e7e5c15c94ff.zip
(yank): Fix typo in docstring.
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index ac96798f8fa..73a28072a78 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 (\"paste\") 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).