summaryrefslogtreecommitdiff
path: root/doc/lispref/text.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-05-20 15:06:44 +0300
committerEli Zaretskii <eliz@gnu.org>2022-05-20 15:06:44 +0300
commite04cc584a8e0da7f80415397efc1c9a11efae4ff (patch)
tree40f40a212d9000fda5b1e8833e3ee89be3b8bab5 /doc/lispref/text.texi
parent6265e0c540e989021f2cbe3876be140188bef92f (diff)
downloademacs-e04cc584a8e0da7f80415397efc1c9a11efae4ff.tar.gz
; * doc/lispref/text.texi (Yanking): Fix wording.
Diffstat (limited to 'doc/lispref/text.texi')
-rw-r--r--doc/lispref/text.texi2
1 files changed, 1 insertions, 1 deletions
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