diff options
| author | Juri Linkov | 2006-11-01 23:11:08 +0000 |
|---|---|---|
| committer | Juri Linkov | 2006-11-01 23:11:08 +0000 |
| commit | a9b9303c47dc939016f7e698345fc2ca2e8c091b (patch) | |
| tree | fb2c76d090ea42c6ce0e4832e1e9d8e35108ba11 | |
| parent | b7621225b4e542729572bae319b7cf211b7299c5 (diff) | |
| download | emacs-a9b9303c47dc939016f7e698345fc2ca2e8c091b.tar.gz emacs-a9b9303c47dc939016f7e698345fc2ca2e8c091b.zip | |
(yank): Doc fix.
| -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 | |||
| 2725 | `yank-excluded-properties' and `yank-handler' as described in the | 2725 | `yank-excluded-properties' and `yank-handler' as described in the |
| 2726 | doc string for `insert-for-yank-1', which see. | 2726 | doc string for `insert-for-yank-1', which see. |
| 2727 | 2727 | ||
| 2728 | See also the command \\[yank-pop]." | 2728 | See also the command `yank-pop' (\\[yank-pop])." |
| 2729 | (interactive "*P") | 2729 | (interactive "*P") |
| 2730 | (setq yank-window-start (window-start)) | 2730 | (setq yank-window-start (window-start)) |
| 2731 | ;; If we don't get all the way thru, make last-command indicate that | 2731 | ;; If we don't get all the way thru, make last-command indicate that |