(yank): Escape double quote in doc string.
authorJason Rumney <jasonr@gnu.org>
Sat, 11 Mar 2006 15:44:19 +0000 (15:44 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 11 Mar 2006 15:44:19 +0000 (15:44 +0000)
lisp/simple.el

index 9ffd974..ac96798 100644 (file)
@@ -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).