# HG changeset patch # User Richard M. Stallman # Date 739161591 0 # Node ID 00294579481459115133151aa689a66c4fae174b # Parent c8f52c44d9a428c04c706af7a968fb632feb602e (kill-ring-save): Doc fix. diff -r c8f52c44d9a4 -r 002945794814 lisp/simple.el --- a/lisp/simple.el Fri Jun 04 02:24:45 1993 +0000 +++ b/lisp/simple.el Fri Jun 04 02:39:51 1993 +0000 @@ -1064,7 +1064,7 @@ (defun kill-ring-save (beg end) "Save the region as if killed, but don't kill it. -This command is similar to copy-region-as-kill, except that it gives +This command is similar to `copy-region-as-kill', except that it gives visual feedback indicating the extent of the region being copied. If `interprogram-cut-function' is non-nil, also save the text for a window system cut and paste."