diff options
author | Jason Rumney <jasonr@gnu.org> | 2006-03-11 15:44:19 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2006-03-11 15:44:19 +0000 |
commit | a2f959632a58341e08d7bfccb85f8f8fb2587165 (patch) | |
tree | 72b428b609321d808c9855a769d68dd0371f2d5f /lisp/simple.el | |
parent | 918555b804bef8d1a8121b9b7688affa35719540 (diff) | |
download | emacs-a2f959632a58341e08d7bfccb85f8f8fb2587165.tar.gz |
(yank): Escape double quote in doc string.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 9ffd974311d..ac96798f8fa 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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). |