Expose deleted-signal with docs correction #13

Merged
zyrolasting merged 4 commits from fix/deleted-signal into master 5 years ago

4 Commits (master)

Author SHA1 Message Date
Matthew Butterick c87250f630
Omit `deleted-signal` 5 years ago
Sage Gerard e6d64fe7f1 Use #f 5 years ago
Sage Gerard d559d568e1 Use define+provide+safe 5 years ago
Sage Gerard 6226db2ceb Expose deleted-signal with docs correction
The docs say that `(λ (x) null)` is the default `replace-proc` for `splitf-txexpr`.
This disagrees with the code, which uses `deleted-signal`. Since there
is a use case for conditionally removing elements, `(provide
deleted-signal)` and correct the docs.
5 years ago