summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-03-30 07:36:51 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-03-30 07:36:51 -0700
commit156b12bb4e0553be845acff6292e814a4436bb15 (patch)
tree9aeae198f54a183b12ab430e002b362daa9f0bcc /txr.1
parent5bab12e49fb7eddbf99d445b4965db2019457ebb (diff)
downloadtxr-156b12bb4e0553be845acff6292e814a4436bb15.tar.gz
txr-156b12bb4e0553be845acff6292e814a4436bb15.tar.bz2
txr-156b12bb4e0553be845acff6292e814a4436bb15.zip
doc: missing RS/RE.
* txr.1: add .RS/.RE pair in Quote and Quasiquote.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 2 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index b0218faa..f7723cb0 100644
--- a/txr.1
+++ b/txr.1
@@ -11583,6 +11583,7 @@ The function detects this case and returns
.NP* Quote and Quasiquote
+.RS
.meIP >> ' expr
The quote character in front of an expression is used for suppressing evaluation,
@@ -11702,6 +11703,7 @@ The expression
is evaluated to produce the list
.codn "(6 8)" ,
and this list is spliced into the quoted template.
+.RE
.TP* "Dialect Notes:"