[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 bc154cba130 1/2: ; * src/search.c (Fre_search_forward): Clarify
From: |
Eli Zaretskii |
Subject: |
emacs-30 bc154cba130 1/2: ; * src/search.c (Fre_search_forward): Clarify doc string (bug#71879). |
Date: |
Sat, 13 Jul 2024 06:37:48 -0400 (EDT) |
branch: emacs-30
commit bc154cba13024d2c159f6cadd324a8ef3f6dddcc
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
; * src/search.c (Fre_search_forward): Clarify doc string (bug#71879).
---
src/search.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
value of nil means search to the end of the accessible portion of
the buffer.
The optional third argument NOERROR indicates how errors are handled
- when the search fails. If it is nil or omitted, emit an error; if
+ when the search fails: if it is nil or omitted, emit an error; if
it is t, simply return nil and do nothing; if it is neither nil nor
t, move to the limit of search and return nil.
The optional fourth argument COUNT is a number that indicates the