From a2f959632a58341e08d7bfccb85f8f8fb2587165 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sat, 11 Mar 2006 15:44:19 +0000 Subject: [PATCH] (yank): Escape double quote in doc string. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.39.2