diff options
| author | Eli Zaretskii | 2019-02-24 18:03:21 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-02-24 18:03:21 +0200 |
| commit | 982e8f7b2165294493a2bf30a99f3c83cb54c092 (patch) | |
| tree | 5c61bf5e838a6afd9b40aa012cc1f30fbb45e076 | |
| parent | cbcb5718761dc645c291110ceb7250628510b1dc (diff) | |
| download | emacs-982e8f7b2165294493a2bf30a99f3c83cb54c092.tar.gz emacs-982e8f7b2165294493a2bf30a99f3c83cb54c092.zip | |
* doc/lispref/text.texi (Replacing): Fix a typo in recent change.
| -rw-r--r-- | doc/lispref/text.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 4472 | exceeded, it returns nil. | 4472 | exceeded, it returns nil. |
| 4473 | @end deffn | 4473 | @end deffn |
| 4474 | 4474 | ||
| 4475 | @defun Command replace-region-contents beg end replace-fn &optional max-secs max-costs | 4475 | @deffn Command replace-region-contents beg end replace-fn &optional max-secs max-costs |
| 4476 | This function replaces the region between @code{beg} and @code{end} | 4476 | This function replaces the region between @code{beg} and @code{end} |
| 4477 | using the given @code{replace-fn}. The function @code{replace-fn} is | 4477 | using the given @code{replace-fn}. The function @code{replace-fn} is |
| 4478 | run in the current buffer narrowed to the specified region and it | 4478 | run in the current buffer narrowed to the specified region and it |