From 1b0da3dba84927fbfcee202ee1357bce6d5a1cca Mon Sep 17 00:00:00 2001 From: olin-shivers Date: Sun, 11 Mar 2001 03:33:28 +0000 Subject: [PATCH] Fixed typos. --- doc/scsh-manual/sre.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/scsh-manual/sre.tex b/doc/scsh-manual/sre.tex index 921258b..15b0c74 100644 --- a/doc/scsh-manual/sre.tex +++ b/doc/scsh-manual/sre.tex @@ -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