summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib.c2
-rw-r--r--txr.15
2 files changed, 6 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index 245f49c5..47b028cf 100644
--- a/lib.c
+++ b/lib.c
@@ -8698,7 +8698,7 @@ static void obj_init(void)
rcons_s = intern(lit("rcons"), user_package);
var_s = intern(lit("var"), system_package);
expr_s = intern(lit("expr"), system_package);
- regex_s = intern(lit("regex"), system_package);
+ regex_s = intern(lit("regex"), user_package);
nongreedy_s = intern(lit("ng0+"), user_package);
quote_s = intern(lit("quote"), user_package);
qquote_s = intern(lit("qquote"), user_package);
diff --git a/txr.1 b/txr.1
index 3a6bf27a..58506358 100644
--- a/txr.1
+++ b/txr.1
@@ -14644,6 +14644,8 @@ brackets indicate a plurality of types which are not listed by name:
| |
| +--- random-state
| |
+ | +--- regex
+ | |
| +--- struct-type
| |
| +--- <structures>
@@ -14800,6 +14802,9 @@ Hash table.
.coIP stream
I/O stream of any kind.
+.coIP regex
+Regular expression object.
+
.coIP struct-type
A structure type: the type of any one of the values which represents
a structure type.