diff options
-rwxr-xr-x | dump.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ ;;; Dump tables (define (delete-substrings str . substrings) + "Delete SUBSTRINGS, a list of strings, from STR." (fold (lambda (substring result) (string-replace-substring result substring "")) str |