aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2006-03-11 15:44:19 +0000
committerJason Rumney2006-03-11 15:44:19 +0000
commita2f959632a58341e08d7bfccb85f8f8fb2587165 (patch)
tree72b428b609321d808c9855a769d68dd0371f2d5f
parent918555b804bef8d1a8121b9b7688affa35719540 (diff)
downloademacs-a2f959632a58341e08d7bfccb85f8f8fb2587165.tar.gz
emacs-a2f959632a58341e08d7bfccb85f8f8fb2587165.zip
(yank): Escape double quote in doc string.
-rw-r--r--lisp/simple.el2
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."
2690 nil) 2690 nil)
2691 2691
2692(defun yank (&optional arg) 2692(defun yank (&optional arg)
2693 "Reinsert (\"past") the last stretch of killed text. 2693 "Reinsert (\"past\") the last stretch of killed text.
2694More precisely, reinsert the stretch of killed text most recently 2694More precisely, reinsert the stretch of killed text most recently
2695killed OR yanked. Put point at end, and set mark at beginning. 2695killed OR yanked. Put point at end, and set mark at beginning.
2696With just \\[universal-argument] as argument, same but put point at beginning (and mark at end). 2696With just \\[universal-argument] as argument, same but put point at beginning (and mark at end).