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 ef44288c..4580059f 100644
--- a/txr.1
+++ b/txr.1
@@ -4904,7 +4904,7 @@ be confused with a string quasiliteral, although it is a related concept.)
.IP ,form
-Thes comma character is used within a quoted list to denote an unquote. Wheras
+The comma character is used within a quoted list to denote an unquote. Wheras
the quote suppresses evaluation, the comma introduces an exception: an element
of a form which is evaluated. For example, list '(a b c ,(+ 2 2)
(+ 2 2)) is the list (a b c 4 (+ 2 2)). Everything
@@ -5069,7 +5069,7 @@ have a function or operator name. Then arguments follow. Finally, there may
also be an expression in the dotted position, if the form is a function call.
If the form is a function call then the arguments are evaluated. If any of the
-arugments are symbols, they are treated according to Lisp-2 namespacing rules.
+arguments are symbols, they are treated according to Lisp-2 namespacing rules.
Additionally, if there is an expression in the dotted position, it is also
evaluated. It should evaluate to a sequence: a list, vector or string. The