From: Juri Linkov Date: Wed, 1 Nov 2006 23:11:08 +0000 (+0000) Subject: (yank): Doc fix. X-Git-Tag: emacs-pretest-22.0.91~412 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9b9303c47dc939016f7e698345fc2ca2e8c091b;p=emacs.git (yank): Doc fix. --- diff --git a/lisp/simple.el b/lisp/simple.el index d6feaa1e8e9..c064bbcdb91 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2725,7 +2725,7 @@ When this command inserts killed text into the buffer, it honors `yank-excluded-properties' and `yank-handler' as described in the doc string for `insert-for-yank-1', which see. -See also the command \\[yank-pop]." +See also the command `yank-pop' (\\[yank-pop])." (interactive "*P") (setq yank-window-start (window-start)) ;; If we don't get all the way thru, make last-command indicate that