Mercurial > emacs
changeset 84812:b3ee425c3884
(copy-region-as-kill): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 23 Sep 2007 15:22:47 +0000 |
parents | f199ad5af7c3 |
children | 4dde7b21b50b |
files | lisp/simple.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Sun Sep 23 15:22:02 2007 +0000 +++ b/lisp/simple.el Sun Sep 23 15:22:47 2007 +0000 @@ -2745,7 +2745,9 @@ "Save the region as if killed, but don't kill it. In Transient Mark mode, deactivate the mark. If `interprogram-cut-function' is non-nil, also save the text for a window -system cut and paste." +system cut and paste. + +This command's old key binding has been given to `kill-ring-save'." (interactive "r") (if (eq last-command 'kill-region) (kill-append (filter-buffer-substring beg end) (< end beg))