(yank): Escape double quote in doc string.
This commit is contained in:
parent
918555b804
commit
a2f959632a
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Reference in a new issue