From 55a691ccd9972e8c7dc077107e6cd065b0c37259 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 20 Jun 2015 06:56:12 -0700 Subject: * txr.1: Fixed several instances of "<< sym)". --- txr.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index 9fa7328f..e3a61513 100644 --- a/txr.1 +++ b/txr.1 @@ -7468,7 +7468,7 @@ The syntax of the directive is: .cblk -.mets @(close << expr) +.mets @(close << expr ) .cble Where @@ -11564,8 +11564,8 @@ functions. .coNP Functions @ env-vbind and @ env-fbind .synb -.mets (env-vbind < env < symbol << value) -.mets (env-fbind < env < symbol << value) +.mets (env-vbind < env < symbol << value ) +.mets (env-fbind < env < symbol << value ) .syne .desc These functions bind a symbol to a value in either the function or variable @@ -28342,8 +28342,8 @@ respectively. .coNP Functions @ lexical-var-p and @ lexical-fun-p .synb -.mets (lexical-var-p < env << form) -.mets (lexical-fun-p < env << form) +.mets (lexical-var-p < env << form ) +.mets (lexical-fun-p < env << form ) .syne .desc These two functions are useful to macro writers. They are intended @@ -28405,7 +28405,7 @@ which is a lexical variable. .coNP Function @ lexical-lisp1-binding .synb -.mets (lexical-lisp1-binding < env << symbol) +.mets (lexical-lisp1-binding < env << symbol ) .syne .desc The -- cgit v1.2.3