# HG changeset patch # User Eli Zaretskii # Date 971286858 0 # Node ID 7e7aced48811e979c3472ad1a69d378086faae12 # Parent d65f9772ee72a7068305697c53e570bd158001b4 (Fsearch_backward, Fsearch_forward): Doc fix. diff -r d65f9772ee72 -r 7e7aced48811 src/search.c --- a/src/search.c Wed Oct 11 17:39:01 2000 +0000 +++ b/src/search.c Wed Oct 11 17:54:18 2000 +0000 @@ -2030,6 +2030,10 @@ Optional third argument, if t, means if fail just return nil (no error).\n\ If not nil and not t, position at limit of search and return nil.\n\ Optional fourth argument is repeat count--search for successive occurrences.\n\ +\n\ +Search case-sensitivity is determined by the value of the variable\n\ +`case-fold-search', which see.\n\ +\n\ See also the functions `match-beginning', `match-end' and `replace-match'.") (string, bound, noerror, count) Lisp_Object string, bound, noerror, count; @@ -2046,6 +2050,10 @@ Optional third argument, if t, means if fail just return nil (no error).\n\ If not nil and not t, move to limit of search and return nil.\n\ Optional fourth argument is repeat count--search for successive occurrences.\n\ +\n\ +Search case-sensitivity is determined by the value of the variable\n\ +`case-fold-search', which see.\n\ +\n\ See also the functions `match-beginning', `match-end' and `replace-match'.") (string, bound, noerror, count) Lisp_Object string, bound, noerror, count;