aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-09-23 15:22:47 +0000
committerRichard M. Stallman2007-09-23 15:22:47 +0000
commitb66eb11bece1d0922972fb4dcf45b834ee354293 (patch)
tree3e3fe2f8a795d21863b67a098a64e10b6cfad170
parent780d7bb95a64dd735f8b945c97d4d295bd656704 (diff)
downloademacs-b66eb11bece1d0922972fb4dcf45b834ee354293.tar.gz
emacs-b66eb11bece1d0922972fb4dcf45b834ee354293.zip
(copy-region-as-kill): Doc fix.
-rw-r--r--lisp/simple.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 2a98ca19ecc..1a100fa7bff 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -2745,7 +2745,9 @@ text. See `insert-for-yank'."
2745 "Save the region as if killed, but don't kill it. 2745 "Save the region as if killed, but don't kill it.
2746In Transient Mark mode, deactivate the mark. 2746In Transient Mark mode, deactivate the mark.
2747If `interprogram-cut-function' is non-nil, also save the text for a window 2747If `interprogram-cut-function' is non-nil, also save the text for a window
2748system cut and paste." 2748system cut and paste.
2749
2750This command's old key binding has been given to `kill-ring-save'."
2749 (interactive "r") 2751 (interactive "r")
2750 (if (eq last-command 'kill-region) 2752 (if (eq last-command 'kill-region)
2751 (kill-append (filter-buffer-substring beg end) (< end beg)) 2753 (kill-append (filter-buffer-substring beg end) (< end beg))