emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master e73adad: ; Fixup docs for replace-{buffer,region}-c


From: Tassilo Horn
Subject: [Emacs-diffs] master e73adad: ; Fixup docs for replace-{buffer,region}-contents
Date: Mon, 25 Feb 2019 15:08:22 -0500 (EST)

branch: master
commit e73adad8371fd7ea4696908af00cbe1675708322
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    ; Fixup docs for replace-{buffer,region}-contents
---
 doc/lispref/text.texi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index ceb2a37..21c5a73 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -4468,18 +4468,18 @@ If the actual costs exceed this limit, heuristics are 
used to provide
 a faster but suboptimal solution.  The default value is 1000000.
 
 @code{replace-buffer-contents} returns t if a non-destructive
-replacement could be performed.  Otherwise, i.e., if MAX-SECS was
-exceeded, it returns nil.
+replacement could be performed.  Otherwise, i.e., if @code{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 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
 should return either a string or a buffer replacing the region.
 
-The replacement is performed using @code{replace-buffer-contents}
-which also describes the @code{max-secs} and @code{max-costs}
+The replacement is performed using @code{replace-buffer-contents} (see
+above) which also describes the @code{max-secs} and @code{max-costs}
 arguments and the return value.
 
 Note: If the replacement is a string, it will be placed in a temporary
@@ -4487,7 +4487,7 @@ buffer so that @code{replace-buffer-contents} can operate 
on it.
 Therefore, if you already have the replacement in a buffer, it makes
 no sense to convert it to a string using @code{buffer-substring} or
 similar.
address@hidden deffn
address@hidden defun
 
 @node Decompression
 @section Dealing With Compressed Data



reply via email to

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