Update of /cvsroot/scsh/scsh/doc/scsh-manual
In directory usw-pr-cvs1:/tmp/cvs-serv10371/doc/scsh-manual
Modified Files:
sre.tex
Log Message:
Fixed typos.
Index: sre.tex
===================================================================
RCS file: /cvsroot/scsh/scsh/doc/scsh-manual/sre.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** sre.tex 2000/02/15 15:52:25 1.2
--- sre.tex 2001/03/11 03:33:28 1.3
***************
*** 1370,1374 ****
\begin{desc}
The variable \ex{re-any} is bound to a regular expression
! that matches the any character (corresponding to the SRE \ex{any});
it is recognised by the associated predicate.
Note that the predicate is only guaranteed to recognise
--- 1370,1374 ----
\begin{desc}
The variable \ex{re-any} is bound to a regular expression
! 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
***************
*** 1382,1387 ****
\defvarx{re-word}{regexp}
\begin{desc}
! The variable \ex{re-any} is bound to a regular expression
! that matches the any non-newline character
(corresponding to the SRE \verb|(~ #\newline)|).
--- 1382,1387 ----
\defvarx{re-word}{regexp}
\begin{desc}
! The variable \ex{re-nonl} is bound to a regular expression
! that matches any non-newline character
(corresponding to the SRE \verb|(~ #\newline)|).
|