aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))