From 735cc81939d9bc655327c27b70c079498bc7804c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 16 Nov 2001 21:15:11 +0000 Subject: [PATCH] Document the REXP abstraction. --- v7/doc/ref-manual/scheme.texinfo | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/v7/doc/ref-manual/scheme.texinfo b/v7/doc/ref-manual/scheme.texinfo index 7c4149962..46f469e57 100644 --- a/v7/doc/ref-manual/scheme.texinfo +++ b/v7/doc/ref-manual/scheme.texinfo @@ -2,7 +2,7 @@ @iftex @finalout @end iftex -@comment $Id: scheme.texinfo,v 1.99 2001/11/16 21:05:07 cph Exp $ +@comment $Id: scheme.texinfo,v 1.100 2001/11/16 21:15:11 cph Exp $ @comment %**start of header (This is for running Texinfo on a region.) @setfilename scheme.info @settitle MIT Scheme Reference @@ -6474,6 +6474,11 @@ a newly-allocated string. Converts @var{rexp} to standard regular-expression notation, then compiles it and returns the compiled result. Equivalent to +@example +(re-compile-pattern (rexp->regexp @var{rexp}) #f) +@end example +@end deffn + @deffn {procedure+} rexp-any-char Returns a @acronym{REXP} that matches any single character except a newline. This is equivalent to the @code{.} construct. @@ -6607,11 +6612,6 @@ but is insensitive to character case. This has no equivalent in standard regular-expression notation. @end deffn -@example -(re-compile-pattern (rexp->regexp @var{rexp}) #f) -@end example -@end deffn - @node Modification of Strings, Variable-Length Strings, Regular Expressions, Strings @section Modification of Strings @cindex modification, of string -- 2.25.1