summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-10-15 19:56:39 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-10-15 19:56:39 -0700
commit6a5ea25622c3dbab61b35bab87506c83206ec5fd (patch)
treee1542341ee87c35487c1d79baca3e2bce02a1093 /txr.1
parente6f9e99876d2d8d4cda79dc4a0d8dd3bbb0953e1 (diff)
downloadtxr-6a5ea25622c3dbab61b35bab87506c83206ec5fd.tar.gz
txr-6a5ea25622c3dbab61b35bab87506c83206ec5fd.tar.bz2
txr-6a5ea25622c3dbab61b35bab87506c83206ec5fd.zip
Support nil env in env-fbind and env-vbind.
* eval.c (env_fbind, env_vbind): Allow env to be nil, indicating that the binding is to take place in the global environment. * txr.1: Documented.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.16
1 files changed, 6 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index eb2f379a..9585fdaf 100644
--- a/txr.1
+++ b/txr.1
@@ -14245,6 +14245,12 @@ already exists in the environment, in the given space, then its
value is updated with
.codn value .
+If
+.meta env
+is specified as
+.codn nil ,
+then the binding takes place in the global environment.
+
.SS* Global Environment
.coNP Accessors @, symbol-function @ symbol-macro and @ symbol-value
.synb