From f894e67124f1775e479d69078b67e7e5c15c94ff Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sat, 11 Mar 2006 17:01:47 +0000 Subject: [PATCH] (yank): Fix typo in docstring. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." nil) (defun yank (&optional arg) - "Reinsert (\"past\") the last stretch of killed text. + "Reinsert (\"paste\") the last stretch of killed text. More precisely, reinsert the stretch of killed text most recently killed OR yanked. Put point at end, and set mark at beginning. With just \\[universal-argument] as argument, same but put point at beginning (and mark at end). -- 2.39.2