From: Eli Zaretskii Date: Fri, 20 May 2022 12:06:44 +0000 (+0300) Subject: ; * doc/lispref/text.texi (Yanking): Fix wording. X-Git-Tag: emacs-29.0.90~1910^2~558 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e04cc584a8e0da7f80415397efc1c9a11efae4ff;p=emacs.git ; * doc/lispref/text.texi (Yanking): Fix wording. --- diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 8fd8a5fb97a..4439bc48658 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -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