diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-01 14:45:54 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-01 14:45:54 -0800 |
commit | ef832f63ee0f5d86fc6606052aca612d77d2dba6 (patch) | |
tree | 2a27cc5a3235a2e8ff760aceb08dc1eb81f066be /txr.1 | |
parent | 63ec2fc335d0015e0b85eacc49af940149ca608a (diff) | |
download | txr-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.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |