diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-09-23 15:22:47 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-09-23 15:22:47 +0000 |
commit | b66eb11bece1d0922972fb4dcf45b834ee354293 (patch) | |
tree | 3e3fe2f8a795d21863b67a098a64e10b6cfad170 /lisp/simple.el | |
parent | 780d7bb95a64dd735f8b945c97d4d295bd656704 (diff) | |
download | emacs-b66eb11bece1d0922972fb4dcf45b834ee354293.tar.gz |
(copy-region-as-kill): Doc fix.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r-- | lisp/simple.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 2a98ca19ecc..1a100fa7bff 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2745,7 +2745,9 @@ text. See `insert-for-yank'." "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)) |