]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/text.texi (Yanking): Fix wording.
authorEli Zaretskii <eliz@gnu.org>
Fri, 20 May 2022 12:06:44 +0000 (15:06 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 20 May 2022 12:06:44 +0000 (15:06 +0300)
doc/lispref/text.texi

index 8fd8a5fb97ac9cff1b3043cf5e36d489148f0323..4439bc48658f82ce1fb05ae22737b95dea38d674 100644 (file)
@@ -1113,7 +1113,7 @@ or specifying key bindings.  It takes effect after
 
 @defopt yank-transform-functions
 This variable is a list of functions.  Each function is called (in
-order) with the string to be yanked as the parameter, and should
+order) with the string to be yanked as the argument, and should
 return a (possibly transformed) string.  This variable can be set
 globally, but can also be used to create new commands that are
 variations on @code{yank}.  For instance, to create a command that