diff options
| author | Eli Zaretskii | 2024-07-13 13:22:01 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-07-13 13:22:01 +0300 |
| commit | bc154cba13024d2c159f6cadd324a8ef3f6dddcc (patch) | |
| tree | b762ab3514faecf98dcb6e22efd1e3867a7d8517 /src | |
| parent | 53291e3d46ee81b2b0fb7594496d938eab61bc0f (diff) | |
| download | emacs-bc154cba13024d2c159f6cadd324a8ef3f6dddcc.tar.gz emacs-bc154cba13024d2c159f6cadd324a8ef3f6dddcc.zip | |
; * src/search.c (Fre_search_forward): Clarify doc string (bug#71879).
Diffstat (limited to 'src')
| -rw-r--r-- | src/search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c index dd813eda913..2ff8b0599c4 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -2279,7 +2279,7 @@ The optional second argument BOUND is a buffer position that bounds | |||
| 2279 | value of nil means search to the end of the accessible portion of | 2279 | value of nil means search to the end of the accessible portion of |
| 2280 | the buffer. | 2280 | the buffer. |
| 2281 | The optional third argument NOERROR indicates how errors are handled | 2281 | The optional third argument NOERROR indicates how errors are handled |
| 2282 | when the search fails. If it is nil or omitted, emit an error; if | 2282 | when the search fails: if it is nil or omitted, emit an error; if |
| 2283 | it is t, simply return nil and do nothing; if it is neither nil nor | 2283 | it is t, simply return nil and do nothing; if it is neither nil nor |
| 2284 | t, move to the limit of search and return nil. | 2284 | t, move to the limit of search and return nil. |
| 2285 | The optional fourth argument COUNT is a number that indicates the | 2285 | The optional fourth argument COUNT is a number that indicates the |