diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-10-15 19:56:39 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-10-15 19:56:39 -0700 |
commit | 6a5ea25622c3dbab61b35bab87506c83206ec5fd (patch) | |
tree | e1542341ee87c35487c1d79baca3e2bce02a1093 /txr.1 | |
parent | e6f9e99876d2d8d4cda79dc4a0d8dd3bbb0953e1 (diff) | |
download | txr-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.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |