summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorshmuz <shmuz>2007-05-03 11:33:19 +0000
committershmuz <shmuz>2007-05-03 11:33:19 +0000
commit40e9b13719577ede83b1b349cffbf742d0e07caf (patch)
tree6ae5e8cbc9060bfad20758d2fa91bc6c9efbcb2a /doc
parentad4165e206e29790d11ca79bb95d1b240f1a198e (diff)
downloadlrexlib-40e9b13719577ede83b1b349cffbf742d0e07caf.tar.gz
small fix
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/manual.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual.txt b/doc/manual.txt
index 3ae9e33..6e26f8d 100755
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -83,9 +83,9 @@ Notes
.. _locale:
7. Parameter *locale* (*lo*) can be either a string (e.g., "French_France.1252"),
- or a userdata obtained from a call to maketables_. The default value that
- Lrexlib uses when the parameter is not supplied or ``nil`` is the built-in
- PCRE set of character tables - when Lrexlib is loaded.
+ or a userdata obtained from a call to maketables_. The default value, used
+ when the parameter is not supplied or ``nil``, is the built-in PCRE set of
+ character tables.
------------------------------------------------------------