diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-10-11 20:41:28 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-10-11 20:41:28 -0700 |
commit | 5df51b54116d4287df161c42ca0edb16fb1f79a5 (patch) | |
tree | 6f6046d624fafa24843ddefd46522871e7104bed /stdlib/doc-syms.tl | |
parent | 423366b14fec676bcd13f04659f91ad7b6512724 (diff) | |
download | txr-5df51b54116d4287df161c42ca0edb16fb1f79a5.tar.gz txr-5df51b54116d4287df161c42ca0edb16fb1f79a5.tar.bz2 txr-5df51b54116d4287df161c42ca0edb16fb1f79a5.zip |
streams: new function inc-indent-abs.
* stream.c (inc_indent_abs): New function.
(stream_init): inc-init-abs intrinsic registered.
* stream.h (inc_indent_abs): Declared.
* txr.1: Documented.
* stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'stdlib/doc-syms.tl')
-rw-r--r-- | stdlib/doc-syms.tl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/stdlib/doc-syms.tl b/stdlib/doc-syms.tl index 59535d41..e214011c 100644 --- a/stdlib/doc-syms.tl +++ b/stdlib/doc-syms.tl @@ -864,7 +864,7 @@ ("get-fd" "N-011D42AB") ("get-frames" "N-010405DA") ("get-hash-userdata" "N-030B41A7") - ("get-indent" "N-024E9FD8") + ("get-indent" "N-00F72290") ("get-indent-mode" "N-03F3170C") ("get-json" "N-014295FE") ("get-jsons" "N-0124D378") @@ -998,7 +998,8 @@ ("inaddr-loopback" "N-026A2C3B") ("inaddr-str" "N-02456270") ("inc" "N-03A0AABD") - ("inc-indent" "N-024E9FD8") + ("inc-indent" "N-00F72290") + ("inc-indent-abs" "N-00F72290") ("include" "N-01A2ECA0") ("indent-code" "N-00512FDD") ("indent-data" "N-00512FDD") @@ -1703,7 +1704,7 @@ ("set-cflags" "N-02061924") ("set-hash-userdata" "N-030B40A7") ("set-iflags" "N-02061924") - ("set-indent" "N-024E9FD8") + ("set-indent" "N-00F72290") ("set-indent-mode" "N-03F3170C") ("set-key" "N-033F7D05") ("set-left" "N-033F7D05") |