comparison lisp/simple.el @ 3467:002945794814

(kill-ring-save): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 04 Jun 1993 02:39:51 +0000
parents 8ffb00332c5f
children 8c151ebeff9c
comparison
equal deleted inserted replaced
3466:c8f52c44d9a4 3467:002945794814
1062 (setq this-command 'kill-region) 1062 (setq this-command 'kill-region)
1063 nil) 1063 nil)
1064 1064
1065 (defun kill-ring-save (beg end) 1065 (defun kill-ring-save (beg end)
1066 "Save the region as if killed, but don't kill it. 1066 "Save the region as if killed, but don't kill it.
1067 This command is similar to copy-region-as-kill, except that it gives 1067 This command is similar to `copy-region-as-kill', except that it gives
1068 visual feedback indicating the extent of the region being copied. 1068 visual feedback indicating the extent of the region being copied.
1069 If `interprogram-cut-function' is non-nil, also save the text for a window 1069 If `interprogram-cut-function' is non-nil, also save the text for a window
1070 system cut and paste." 1070 system cut and paste."
1071 (interactive "r") 1071 (interactive "r")
1072 (copy-region-as-kill beg end) 1072 (copy-region-as-kill beg end)