From 156b12bb4e0553be845acff6292e814a4436bb15 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 30 Mar 2021 07:36:51 -0700 Subject: doc: missing RS/RE. * txr.1: add .RS/.RE pair in Quote and Quasiquote. --- txr.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'txr.1') 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:" -- cgit v1.2.3