emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 74a92be: * lisp/simple.el (kill-ring-save): Doc fix. (Bug#40797


From: Eli Zaretskii
Subject: emacs-27 74a92be: * lisp/simple.el (kill-ring-save): Doc fix. (Bug#40797)
Date: Sat, 25 Apr 2020 06:05:11 -0400 (EDT)

branch: emacs-27
commit 74a92be16dd3a2a89f33d4ded36c12a773ec6122
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * 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 e3169e5..ab277c4 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]