scsh-checkins
[Top] [All Lists]

[Scsh-checkins] CVS: scsh/doc/scsh-manual sre.tex,1.2,1.3

To: scsh-checkins@lists.sourceforge.net
Subject: [Scsh-checkins] CVS: scsh/doc/scsh-manual sre.tex,1.2,1.3
From: Olin Shivers <olin-shivers@usw-pr-cvs1.sourceforge.net>
Date: Sat, 10 Mar 2001 19:33:31 -0800
List-id: <scsh-checkins.lists.sourceforge.net>
Sender: scsh-checkins-admin@lists.sourceforge.net
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)|).
  



<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-checkins] CVS: scsh/doc/scsh-manual sre.tex,1.2,1.3, Olin Shivers <=