diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-10-16 06:42:59 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-10-16 06:42:59 -0700 |
commit | 113ed995673c845a74a0bead1f9eb9fe8bd08f2a (patch) | |
tree | 70cb8706dd1b3a6459bd394b66123992280f16c6 | |
parent | ff03836dc4e5e02c53791133361f7334776af7eb (diff) | |
download | txr-113ed995673c845a74a0bead1f9eb9fe8bd08f2a.tar.gz txr-113ed995673c845a74a0bead1f9eb9fe8bd08f2a.tar.bz2 txr-113ed995673c845a74a0bead1f9eb9fe8bd08f2a.zip |
doc: add missing detail to env function.
* txr.1: The env function actually returns a cached list.
Spell out that the function is not required to construct a new
list.
-rw-r--r-- | txr.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -58860,6 +58860,14 @@ contains an (equal) character somewhere, separating the variable name from its value. +Multiple calls to +.code env +may return the same list, or lists which share structure. + +If a list returned by +.code env +is modified, the behavior is unspecified. + See also: the .code env-hash function. |