summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index f82543ca..1afe9b7c 100644
--- a/txr.1
+++ b/txr.1
@@ -23037,7 +23037,7 @@ Returns
.code t
if
.meta char
-is an alpha-numeric character, otherwise nil. Alpha-numeric
+is an alphanumeric character, otherwise nil. Alphanumeric
means one of the upper or lower case letters of the English alphabet found in
ASCII, or an ASCII digit. This function is not affected by locale.
@@ -53228,7 +53228,7 @@ user-defined pattern function called
.code mypackage:end
it may not be invoked using the syntax
.codn "@(mypackage:end)" ,
-which is erroneous; though it is invokable indirectly via the
+which is erroneous; though it is invocable indirectly via the
.code "@(call)"
directive.