changeset 29335:1fa96662f8ca

(Fre_search_forward, Fre_search_backward) (Fposix_search_backward, Fposix_search_forward): Fix newlines in doc.
author Jason Rumney <jasonr@gnu.org>
date Wed, 31 May 2000 18:51:08 +0000
parents 28b2f517c240
children 5ccfe8a1638f
files src/search.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/search.c	Wed May 31 18:48:13 2000 +0000
+++ b/src/search.c	Wed May 31 18:51:08 2000 +0000
@@ -2093,7 +2093,7 @@
 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\
-See also the functions `match-beginning', `match-end', `match-string',
+See also the functions `match-beginning', `match-end', `match-string',\n\
 and `replace-match'.")
   (regexp, bound, noerror, count)
      Lisp_Object regexp, bound, noerror, count;
@@ -2110,7 +2110,7 @@
 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\
-See also the functions `match-beginning', `match-end', `match-string',
+See also the functions `match-beginning', `match-end', `match-string',\n\
 and `replace-match'.")
   (regexp, bound, noerror, count)
      Lisp_Object regexp, bound, noerror, count;
@@ -2130,7 +2130,7 @@
 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\
-See also the functions `match-beginning', `match-end', `match-string',
+See also the functions `match-beginning', `match-end', `match-string',\n\
 and `replace-match'.")
   (regexp, bound, noerror, count)
      Lisp_Object regexp, bound, noerror, count;
@@ -2148,7 +2148,7 @@
 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\
-See also the functions `match-beginning', `match-end', `match-string',
+See also the functions `match-beginning', `match-end', `match-string',\n\
 and `replace-match'.")
   (regexp, bound, noerror, count)
      Lisp_Object regexp, bound, noerror, count;