From: Jason Rumney Date: Sat, 11 Mar 2006 15:44:19 +0000 (+0000) Subject: (yank): Escape double quote in doc string. X-Git-Tag: emacs-pretest-22.0.90~3683 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2f959632a58341e08d7bfccb85f8f8fb2587165;p=emacs.git (yank): Escape double quote in doc string. --- 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." nil) (defun yank (&optional arg) - "Reinsert (\"past") the last stretch of killed text. + "Reinsert (\"past\") 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).