summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-01 14:45:54 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-03-01 14:45:54 -0800
commitef832f63ee0f5d86fc6606052aca612d77d2dba6 (patch)
tree2a27cc5a3235a2e8ff760aceb08dc1eb81f066be /txr.1
parent63ec2fc335d0015e0b85eacc49af940149ca608a (diff)
downloadtxr-ef832f63ee0f5d86fc6606052aca612d77d2dba6.tar.gz
txr-ef832f63ee0f5d86fc6606052aca612d77d2dba6.tar.bz2
txr-ef832f63ee0f5d86fc6606052aca612d77d2dba6.zip
Fix bad troff syntax caused by apostrophe at the start of a line.
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 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