diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-01-05 23:38:10 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-01-05 23:38:10 +0100 |
commit | b3da54d1813f34fca31cdb5fd3db90b9141b1b7a (patch) | |
tree | 52a6ea1a154816fece46bac4850c0f9b3d8861b9 /module/srfi/srfi-1.scm | |
parent | a3989357b32ba51c0780732e06c88baec16d3229 (diff) | |
download | guile-b3da54d1813f34fca31cdb5fd3db90b9141b1b7a.tar.gz |
Placate a number of `syntax-check' verifications.
- "filesystem" -> "file system"
- remove doubled words
- use EXIT_* macros instead of literal numbers
- update `syntax-check' exclusion files
Diffstat (limited to 'module/srfi/srfi-1.scm')
-rw-r--r-- | module/srfi/srfi-1.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/srfi/srfi-1.scm b/module/srfi/srfi-1.scm index d2347b0d1..d2531b59d 100644 --- a/module/srfi/srfi-1.scm +++ b/module/srfi/srfi-1.scm @@ -652,7 +652,7 @@ has just one element then that's the return value." (define map! map) (define (filter-map proc list1 . rest) - "Apply PROC to to the elements of LIST1... and return a list of the + "Apply PROC to the elements of LIST1... and return a list of the results as per SRFI-1 `map', except that any #f results are omitted from the list returned." (check-arg procedure? proc filter-map) |