]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/search.c (Fre_search_forward): Clarify doc string (bug#71879).
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Jul 2024 10:22:01 +0000 (13:22 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 13 Jul 2024 20:07:32 +0000 (22:07 +0200)
(cherry picked from commit bc154cba13024d2c159f6cadd324a8ef3f6dddcc)

src/search.c

index dd813eda91376c4a76770b7b924ccc26438421fe..2ff8b0599c4baa625e8e1b11edd9371cca10c93d 100644 (file)
@@ -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