emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 982e8f7: * doc/lispref/text.texi (Replacing): Fix a


From: Eli Zaretskii
Subject: [Emacs-diffs] master 982e8f7: * doc/lispref/text.texi (Replacing): Fix a typo in recent change.
Date: Sun, 24 Feb 2019 11:03:44 -0500 (EST)

branch: master
commit 982e8f7b2165294493a2bf30a99f3c83cb54c092
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * doc/lispref/text.texi (Replacing): Fix a typo in recent change.
---
 doc/lispref/text.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 88843c3..ceb2a37 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
 
address@hidden Command replace-region-contents beg end replace-fn &optional 
max-secs max-costs
address@hidden 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]