diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-03-30 07:36:51 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-03-30 07:36:51 -0700 |
commit | 2935b7b7ba8f2687a2c43a353e6013914039ace6 (patch) | |
tree | 9aeae198f54a183b12ab430e002b362daa9f0bcc | |
parent | 59ea96bc6fa3f141e9ef0e856f6bdcc1a11bef04 (diff) | |
download | txr-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.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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:" |