From ef832f63ee0f5d86fc6606052aca612d77d2dba6 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 1 Mar 2012 14:45:54 -0800 Subject: Fix bad troff syntax caused by apostrophe at the start of a line. --- txr.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/txr.1 b/txr.1 index aed89d22..929c88d4 100644 --- a/txr.1 +++ b/txr.1 @@ -4422,8 +4422,8 @@ A quoted form which contains unquotes expresses a quasiquote. Thes 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, the value of -'(a b c ,(+ 2 2) (+ 2 2)) is the list (a b c 4 (+ 2 2)). Everything +of a form which is evaluated. For example, the value of '(a b c ,(+ 2 2) +(+ 2 2)) is the list (a b c 4 (+ 2 2)). Everything in the quote stands for itself, except for the ,(+ 2 2) which is evaluated. .IP ,*form -- cgit v1.2.3