From: Eli Zaretskii Date: Sun, 24 Feb 2019 16:03:21 +0000 (+0200) Subject: * doc/lispref/text.texi (Replacing): Fix a typo in recent change. X-Git-Tag: emacs-27.0.90~3551 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=982e8f7b2165294493a2bf30a99f3c83cb54c092;p=emacs.git * doc/lispref/text.texi (Replacing): Fix a typo in recent change. --- diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 88843c3764f..ceb2a371207 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -4472,7 +4472,7 @@ replacement could be performed. Otherwise, i.e., if MAX-SECS was exceeded, it returns nil. @end deffn -@defun Command replace-region-contents beg end replace-fn &optional max-secs max-costs +@deffn Command replace-region-contents beg end replace-fn &optional max-secs max-costs This function replaces the region between @code{beg} and @code{end} using the given @code{replace-fn}. The function @code{replace-fn} is run in the current buffer narrowed to the specified region and it