Mercurial > emacs
changeset 3467:002945794814
(kill-ring-save): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 04 Jun 1993 02:39:51 +0000 |
parents | c8f52c44d9a4 |
children | f3052346f005 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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."