diff options
author | Juri Linkov <juri@jurta.org> | 2006-11-01 23:11:08 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2006-11-01 23:11:08 +0000 |
commit | a9b9303c47dc939016f7e698345fc2ca2e8c091b (patch) | |
tree | fb2c76d090ea42c6ce0e4832e1e9d8e35108ba11 /lisp/simple.el | |
parent | b7621225b4e542729572bae319b7cf211b7299c5 (diff) | |
download | emacs-a9b9303c47dc939016f7e698345fc2ca2e8c091b.tar.gz |
(yank): Doc fix.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r-- | lisp/simple.el | 2 |
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 |