From 74a92be16dd3a2a89f33d4ded36c12a773ec6122 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 25 Apr 2020 13:04:16 +0300 Subject: [PATCH] * lisp/simple.el (kill-ring-save): Doc fix. (Bug#40797) --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index e3169e523b9..ab277c4e115 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4809,7 +4809,7 @@ In Transient Mark mode, deactivate the mark. If `interprogram-cut-function' is non-nil, also save the text for a window system cut and paste. -If you want to append the killed line to the last killed text, +If you want to append the killed region to the last killed text, use \\[append-next-kill] before \\[kill-ring-save]. The copied text is filtered by `filter-buffer-substring' before it is -- 2.39.2