emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8f3e0ed2b9: Clarify yank-transform-functions doc string


From: Lars Ingebrigtsen
Subject: master 8f3e0ed2b9: Clarify yank-transform-functions doc string
Date: Thu, 19 May 2022 20:09:56 -0400 (EDT)

branch: master
commit 8f3e0ed2b99b9b2ad42693cab2b3c0c291e3c3d0
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Clarify yank-transform-functions doc string
    
    * lisp/simple.el (yank-transform-functions): Clarify calling
    convention.
---
 lisp/simple.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index bed72457c3..66e1b94f0f 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]