(yank): Escape double quote in doc string.

This commit is contained in:
Jason Rumney 2006-03-11 15:44:19 +00:00
parent 918555b804
commit a2f959632a

View 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).