diff lisp/simple.el @ 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 653c328271e7
children c73290ec60ed
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))