mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +02:00
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
This commit is contained in:
parent
a3989357b3
commit
b3da54d181
29 changed files with 57 additions and 32 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue