]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 9ffd974311dd9bcea33e915812d69179ed714d98..ac96798f8fad13e08cef9a6e763cdcfab29b7fec 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).