]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify yank-transform-functions doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 20 May 2022 00:09:43 +0000 (02:09 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 20 May 2022 00:09:43 +0000 (02:09 +0200)
* lisp/simple.el (yank-transform-functions): Clarify calling
convention.

lisp/simple.el

index bed72457c3a0d001118ff0fe6208619d372d79c3..66e1b94f0f5f3c65aab531191d69119cf42b8092 100644 (file)
@@ -5932,7 +5932,11 @@ See also `yank-handled-properties'."
   "List of functions to run on strings to be yanked.
 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."
+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."
   :type '(repeat function)
   :version "29.1"
   :group 'killing)