summaryrefslogtreecommitdiff
path: root/lisp/simple.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2006-11-01 23:11:08 +0000
committerJuri Linkov <juri@jurta.org>2006-11-01 23:11:08 +0000
commita9b9303c47dc939016f7e698345fc2ca2e8c091b (patch)
treefb2c76d090ea42c6ce0e4832e1e9d8e35108ba11 /lisp/simple.el
parentb7621225b4e542729572bae319b7cf211b7299c5 (diff)
downloademacs-a9b9303c47dc939016f7e698345fc2ca2e8c091b.tar.gz
(yank): Doc fix.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
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