From a20531f344bb89265562b386d99359fe5b816853 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 27 Feb 2014 21:44:38 -0800 Subject: Typos. --- txr.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'txr.1') 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 -- cgit v1.2.3