aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-05-30 18:43:56 +0000
committerGerd Moellmann2000-05-30 18:43:56 +0000
commitcb6560a1d1b751324084ad26978207c0642258f6 (patch)
tree16dec03992b44b9b1e6af6fc19e9bd8e4e7f81e9 /src
parente17de8212403a8d5053009e15e1456446c117712 (diff)
downloademacs-cb6560a1d1b751324084ad26978207c0642258f6.tar.gz
emacs-cb6560a1d1b751324084ad26978207c0642258f6.zip
(Fre_search_forward, Fre_search_backward)
(Fposix_search_backward, Fposix_search_forward): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/search.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/search.c b/src/search.c
index ce076a18c92..76251558b00 100644
--- a/src/search.c
+++ b/src/search.c
@@ -2093,7 +2093,8 @@ The match found must start at or after that position.\n\
2093Optional third argument, if t, means if fail just return nil (no error).\n\ 2093Optional third argument, if t, means if fail just return nil (no error).\n\
2094 If not nil and not t, move to limit of search and return nil.\n\ 2094 If not nil and not t, move to limit of search and return nil.\n\
2095Optional fourth argument is repeat count--search for successive occurrences.\n\ 2095Optional fourth argument is repeat count--search for successive occurrences.\n\
2096See also the functions `match-beginning', `match-end' and `replace-match'.") 2096See also the functions `match-beginning', `match-end', `match-string',
2097and `replace-match'.")
2097 (regexp, bound, noerror, count) 2098 (regexp, bound, noerror, count)
2098 Lisp_Object regexp, bound, noerror, count; 2099 Lisp_Object regexp, bound, noerror, count;
2099{ 2100{
@@ -2109,7 +2110,8 @@ The match found must not extend after that position.\n\
2109Optional third argument, if t, means if fail just return nil (no error).\n\ 2110Optional third argument, if t, means if fail just return nil (no error).\n\
2110 If not nil and not t, move to limit of search and return nil.\n\ 2111 If not nil and not t, move to limit of search and return nil.\n\
2111Optional fourth argument is repeat count--search for successive occurrences.\n\ 2112Optional fourth argument is repeat count--search for successive occurrences.\n\
2112See also the functions `match-beginning', `match-end' and `replace-match'.") 2113See also the functions `match-beginning', `match-end', `match-string',
2114and `replace-match'.")
2113 (regexp, bound, noerror, count) 2115 (regexp, bound, noerror, count)
2114 Lisp_Object regexp, bound, noerror, count; 2116 Lisp_Object regexp, bound, noerror, count;
2115{ 2117{
@@ -2128,7 +2130,8 @@ The match found must start at or after that position.\n\
2128Optional third argument, if t, means if fail just return nil (no error).\n\ 2130Optional third argument, if t, means if fail just return nil (no error).\n\
2129 If not nil and not t, move to limit of search and return nil.\n\ 2131 If not nil and not t, move to limit of search and return nil.\n\
2130Optional fourth argument is repeat count--search for successive occurrences.\n\ 2132Optional fourth argument is repeat count--search for successive occurrences.\n\
2131See also the functions `match-beginning', `match-end' and `replace-match'.") 2133See also the functions `match-beginning', `match-end', `match-string',
2134and `replace-match'.")
2132 (regexp, bound, noerror, count) 2135 (regexp, bound, noerror, count)
2133 Lisp_Object regexp, bound, noerror, count; 2136 Lisp_Object regexp, bound, noerror, count;
2134{ 2137{
@@ -2145,7 +2148,8 @@ The match found must not extend after that position.\n\
2145Optional third argument, if t, means if fail just return nil (no error).\n\ 2148Optional third argument, if t, means if fail just return nil (no error).\n\
2146 If not nil and not t, move to limit of search and return nil.\n\ 2149 If not nil and not t, move to limit of search and return nil.\n\
2147Optional fourth argument is repeat count--search for successive occurrences.\n\ 2150Optional fourth argument is repeat count--search for successive occurrences.\n\
2148See also the functions `match-beginning', `match-end' and `replace-match'.") 2151See also the functions `match-beginning', `match-end', `match-string',
2152and `replace-match'.")
2149 (regexp, bound, noerror, count) 2153 (regexp, bound, noerror, count)
2150 Lisp_Object regexp, bound, noerror, count; 2154 Lisp_Object regexp, bound, noerror, count;
2151{ 2155{