]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/simple.el (yank-transform-functions): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 20 May 2022 11:51:07 +0000 (14:51 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 20 May 2022 11:51:07 +0000 (14:51 +0300)
lisp/simple.el

index c80af7c37bbcd2de29220b6cd255e4ce323fbc81..6aa079464a5768eb38b40ec96799b962360bacde 100644 (file)
@@ -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)