summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-27 21:44:38 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-27 21:44:38 -0800
commita20531f344bb89265562b386d99359fe5b816853 (patch)
tree8831d2a8925df67eed0e60ad018ceccf84be83f6 /txr.1
parent200ce0286922a5cb3ebc1b13744bb1e5d3f4b0d9 (diff)
downloadtxr-a20531f344bb89265562b386d99359fe5b816853.tar.gz
txr-a20531f344bb89265562b386d99359fe5b816853.tar.bz2
txr-a20531f344bb89265562b386d99359fe5b816853.zip
Typos.
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