summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2010-09-10 23:53:51 +0200
committerReuben Thomas <rrt@sc3d.org>2010-09-10 23:53:51 +0200
commitcfeb0ba81b624a15001da525ca902ba6e138c816 (patch)
treee92d782cee3d45868fb65da26dc833bf8774597a
parentc38ab1b1d82b39ed7deca7057f26f15f8641cbd3 (diff)
downloadlrexlib-cfeb0ba81b624a15001da525ca902ba6e138c816.tar.gz
Fix some erroneous markup fixing in last commit but one.
-rw-r--r--doc/manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.txt b/doc/manual.txt
index d7ac251..0237b44 100644
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -414,7 +414,7 @@ new
The function compiles regular expression *patt* into a regular expression object
whose internal representation is corresponding to the library used. The returned
-result then can be used by the methods, e.g. ``tfind``_, ``exec``_, etc. Regular
+result then can be used by the methods, e.g. `tfind`_, `exec`_, etc. Regular
expression objects are automatically garbage collected. See the library-specific
documentation below for details of the library-specific arguments *larg...*, if
any.