# HG changeset patch # User Juri Linkov # Date 1162422668 0 # Node ID f89141aaba7c05bff96645fa0b7ff42a084caf21 # Parent 3b0b74acfa45a7be2132e76dbc5dd2cb854ea442 (yank): Doc fix. diff -r 3b0b74acfa45 -r f89141aaba7c lisp/simple.el --- a/lisp/simple.el Wed Nov 01 21:37:11 2006 +0000 +++ b/lisp/simple.el Wed Nov 01 23:11:08 2006 +0000 @@ -2725,7 +2725,7 @@ `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