From 349284a40cad8ea79a7101de970c4ff2712984ad Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 20 May 2022 14:51:07 +0300 Subject: [PATCH] ; * 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 c80af7c37bb..6aa079464a5 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) -- 2.39.2