From: Luc Teirlinck Date: Sat, 11 Mar 2006 17:01:47 +0000 (+0000) Subject: (yank): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.90~3669 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f894e67124f1775e479d69078b67e7e5c15c94ff;p=emacs.git (yank): Fix typo in docstring. --- 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).