summaryrefslogtreecommitdiffstats
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
commit2935b7b7ba8f2687a2c43a353e6013914039ace6 (patch)
tree9aeae198f54a183b12ab430e002b362daa9f0bcc
parent59ea96bc6fa3f141e9ef0e856f6bdcc1a11bef04 (diff)
downloadtxr-2935b7b7ba8f2687a2c43a353e6013914039ace6.tar.gz
txr-2935b7b7ba8f2687a2c43a353e6013914039ace6.tar.bz2
txr-2935b7b7ba8f2687a2c43a353e6013914039ace6.zip
doc: missing RS/RE.
* txr.1: add .RS/.RE pair in Quote and Quasiquote.
-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:"