changeset 69396:8770c74755a4

(yank): Escape double quote in doc string.
author Jason Rumney <jasonr@gnu.org>
date Sat, 11 Mar 2006 15:44:19 +0000
parents 973779d570da
children 4c6bb2c4dbcf
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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).