Fixed typos.
This commit is contained in:
parent
4dc199868e
commit
1b0da3dba8
|
@ -1369,7 +1369,7 @@ other constructors may or may not produce a true value.
|
||||||
\defunx{re-any?}{re}{\boolean}
|
\defunx{re-any?}{re}{\boolean}
|
||||||
\begin{desc}
|
\begin{desc}
|
||||||
The variable \ex{re-any} is bound to a regular expression
|
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.
|
it is recognised by the associated predicate.
|
||||||
Note that the predicate is only guaranteed to recognise
|
Note that the predicate is only guaranteed to recognise
|
||||||
this particular any-character regexp value; other any-character
|
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}
|
\defvar {re-nonl}{regexp}
|
||||||
\defvarx{re-word}{regexp}
|
\defvarx{re-word}{regexp}
|
||||||
\begin{desc}
|
\begin{desc}
|
||||||
The variable \ex{re-any} is bound to a regular expression
|
The variable \ex{re-nonl} is bound to a regular expression
|
||||||
that matches the any non-newline character
|
that matches any non-newline character
|
||||||
(corresponding to the SRE \verb|(~ #\newline)|).
|
(corresponding to the SRE \verb|(~ #\newline)|).
|
||||||
|
|
||||||
Similarly, \ex{re-word} is bound to a regular expression
|
Similarly, \ex{re-word} is bound to a regular expression
|
||||||
|
|
Loading…
Reference in New Issue