diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-10-26 02:33:01 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-10-26 02:33:01 -0700 |
commit | 30638a91a2c47acd08cf67735eac31e5adcf4eba (patch) | |
tree | bac6ac5c1f3cd4eba8fb2c52c0ef9a01f1649e28 /stdlib/doc-syms.tl | |
parent | 02a73c7785f5cdd7975cf10f83b430dfcc6778a3 (diff) | |
download | txr-30638a91a2c47acd08cf67735eac31e5adcf4eba.tar.gz txr-30638a91a2c47acd08cf67735eac31e5adcf4eba.tar.bz2 txr-30638a91a2c47acd08cf67735eac31e5adcf4eba.zip |
places: new accessor read-once.
* lisplib.c (place_set_entries): Trigger autoload on
read-once.
* stdlib/place.t (read-once): New function and place.
* txr.1: Documented.
* stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'stdlib/doc-syms.tl')
-rw-r--r-- | stdlib/doc-syms.tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/doc-syms.tl b/stdlib/doc-syms.tl index 38f5dc7b..7df26d2e 100644 --- a/stdlib/doc-syms.tl +++ b/stdlib/doc-syms.tl @@ -1544,6 +1544,7 @@ ("rcomb" "N-02D9003C") ("rcons" "N-02E9003D") ("read" "N-03FE5500") + ("read-once" "N-010F1250") ("read-until-match" "N-001D3F81") ("readdir" "N-0289D074") ("readlink" "N-0338B219") |