diff options
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |