# HG changeset patch # User Richard M. Stallman # Date 1190560967 0 # Node ID b3ee425c38844718c3760f4cf3fb5f138ecf9faa # Parent f199ad5af7c3d6eac1894f044cfd70038186fd57 (copy-region-as-kill): Doc fix. diff -r f199ad5af7c3 -r b3ee425c3884 lisp/simple.el --- 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))