Fixed typos.

This commit is contained in:
olin-shivers 2001-03-11 03:33:28 +00:00
parent 4dc199868e
commit 1b0da3dba8
1 changed files with 3 additions and 3 deletions

View File

@ -1369,7 +1369,7 @@ other constructors may or may not produce a true value.
\defunx{re-any?}{re}{\boolean}
\begin{desc}
The variable \ex{re-any} is bound to a regular expression
that matches the any character (corresponding to the SRE \ex{any});
that matches any character (corresponding to the SRE \ex{any});
it is recognised by the associated predicate.
Note that the predicate is only guaranteed to recognise
this particular any-character regexp value; other any-character
@ -1381,8 +1381,8 @@ regexps built using other constructors may or may not produce a true value.
\defvar {re-nonl}{regexp}
\defvarx{re-word}{regexp}
\begin{desc}
The variable \ex{re-any} is bound to a regular expression
that matches the any non-newline character
The variable \ex{re-nonl} is bound to a regular expression
that matches any non-newline character
(corresponding to the SRE \verb|(~ #\newline)|).
Similarly, \ex{re-word} is bound to a regular expression