; * lisp/simple.el (yank-transform-functions): Doc fix.
This commit is contained in:
parent
eb71446de5
commit
349284a40c
1 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue