summaryrefslogtreecommitdiff
path: root/doc/ref/texinfo.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/texinfo.texi')
-rw-r--r--doc/ref/texinfo.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/texinfo.texi b/doc/ref/texinfo.texi
index ec0686388..5006fd427 100644
--- a/doc/ref/texinfo.texi
+++ b/doc/ref/texinfo.texi
@@ -287,7 +287,7 @@ as an argument, and the returned value is sent to the output string via
@samp{display}. If @var{replace} is anything else, it is sent through
the output string via @samp{display}.
-Note that te replacement for the matched characters does not need to be
+Note that the replacement for the matched characters does not need to be
a single character. That is what differentiates this function from
@samp{string-map}, and what makes it useful for applications such as
converting @samp{#\&} to @samp{"&"} in web page text. Some other