From: Eli Zaretskii Date: Fri, 20 May 2022 11:51:07 +0000 (+0300) Subject: ; * lisp/simple.el (yank-transform-functions): Doc fix. X-Git-Tag: emacs-29.0.90~1910^2~560 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=349284a40cad8ea79a7101de970c4ff2712984ad;p=emacs.git ; * lisp/simple.el (yank-transform-functions): Doc fix. --- 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)