summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-06-20 06:56:12 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-06-20 06:56:12 -0700
commit55a691ccd9972e8c7dc077107e6cd065b0c37259 (patch)
tree3cf9b799c7f8b6329e2e4f8d3fdf94060398a28f /txr.1
parent9a19796dfbfcce1aa425e0bcd47881b8a3089423 (diff)
downloadtxr-55a691ccd9972e8c7dc077107e6cd065b0c37259.tar.gz
txr-55a691ccd9972e8c7dc077107e6cd065b0c37259.tar.bz2
txr-55a691ccd9972e8c7dc077107e6cd065b0c37259.zip
* txr.1: Fixed several instances of "<< sym)".
Diffstat (limited to 'txr.1')
-rw-r--r--txr.112
1 files changed, 6 insertions, 6 deletions
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