emacs-diffs
[Top][All Lists]
Advanced

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

master 349284a40c: ; * lisp/simple.el (yank-transform-functions): Doc fi


From: Eli Zaretskii
Subject: master 349284a40c: ; * lisp/simple.el (yank-transform-functions): Doc fix.
Date: Fri, 20 May 2022 07:51:28 -0400 (EDT)

branch: master
commit 349284a40cad8ea79a7101de970c4ff2712984ad
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/simple.el (yank-transform-functions): Doc fix.
---
 lisp/simple.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index c80af7c37b..6aa079464a 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -5952,9 +5952,8 @@ Each function in this list will be called (in order) with 
the
 string to be yanked as the sole argument, and should return the (possibly)
 transformed string.
 
-The functions will be called from the buffer the string will be
-inserted, and with point at the place where the string is to be
-inserted."
+The functions will be called with the destination buffer as the current
+buffer, and with point at the place where the string is to be inserted."
   :type '(repeat function)
   :version "29.1"
   :group 'killing)



reply via email to

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