summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libregex.tex5
-rw-r--r--Doc/libregex.tex5
2 files changed, 6 insertions, 4 deletions
diff --git a/Doc/lib/libregex.tex b/Doc/lib/libregex.tex
index bf937f2..cea8d64 100644
--- a/Doc/lib/libregex.tex
+++ b/Doc/lib/libregex.tex
@@ -12,8 +12,9 @@ need of regular expressions should use the new \code{re} module, which
supports the more powerful and regular Perl-style regular expressions.
Existing code should be converted. The standard library module
\code{reconvert} helps in converting \code{regex} style regular
-expressions to \code{re} style regular expressions. (The interfaces
-are different too, so the conversion cannot be fully automated.)
+expressions to \code{re} style regular expressions. (For more
+conversion help, see the URL
+\file{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.)
By default the patterns are Emacs-style regular expressions
(with one exception). There is
diff --git a/Doc/libregex.tex b/Doc/libregex.tex
index bf937f2..cea8d64 100644
--- a/Doc/libregex.tex
+++ b/Doc/libregex.tex
@@ -12,8 +12,9 @@ need of regular expressions should use the new \code{re} module, which
supports the more powerful and regular Perl-style regular expressions.
Existing code should be converted. The standard library module
\code{reconvert} helps in converting \code{regex} style regular
-expressions to \code{re} style regular expressions. (The interfaces
-are different too, so the conversion cannot be fully automated.)
+expressions to \code{re} style regular expressions. (For more
+conversion help, see the URL
+\file{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.)
By default the patterns are Emacs-style regular expressions
(with one exception). There is