diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-07-18 22:38:12 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-07-18 22:38:12 -0700 |
commit | 1926e0b9758f9eed4958d530e89c24d7c1bd5ba5 (patch) | |
tree | 48ddfceef4840ddfcda27eaf0d7fdf71cc326cff | |
parent | 18c60ab51e4ce52ae6073beccce7f1547146c435 (diff) | |
download | txr-1926e0b9758f9eed4958d530e89c24d7c1bd5ba5.tar.gz txr-1926e0b9758f9eed4958d530e89c24d7c1bd5ba5.tar.bz2 txr-1926e0b9758f9eed4958d530e89c24d7c1bd5ba5.zip |
doc: no such method as lambda-ref.
* txr.1: Under description of length function, reference to
nonexistent lambda-ref should be lambda-set.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24958,7 +24958,7 @@ function. Structures which implement the methods .codn lambda , -.code lambda-ref +.code lambda-set and .code length can be treated as abstract vector-like sequences, because such |