# HG changeset patch # User Jason Rumney # Date 1142091859 0 # Node ID 8770c74755a4c9a1972f3dd37547c1e5c4f550ba # Parent 973779d570dacf78925072d58605f1f4a6b8d5a6 (yank): Escape double quote in doc string. diff -r 973779d570da -r 8770c74755a4 lisp/simple.el --- a/lisp/simple.el Sat Mar 11 15:36:15 2006 +0000 +++ b/lisp/simple.el Sat Mar 11 15:44:19 2006 +0000 @@ -2690,7 +2690,7 @@ 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).