; * lisp/simple.el (yank-transform-functions): Doc fix.

This commit is contained in:
Eli Zaretskii 2022-05-20 14:51:07 +03:00
parent eb71446de5
commit 349284a40c

View 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)