* doc/lispref/text.texi (Replacing): Fix a typo in recent change.
This commit is contained in:
parent
cbcb571876
commit
982e8f7b21
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue