guix: Fix another typo in another docstring.
* guix/build/clojure-utils.scm (include-list\exclude-list)<docstring>: Fix typo.
This commit is contained in:
parent
88401314f9
commit
e13bd3088d
|
@ -215,7 +215,7 @@ results from compiling LIB."
|
||||||
|
|
||||||
(define* (include-list\exclude-list include-list exclude-list
|
(define* (include-list\exclude-list include-list exclude-list
|
||||||
#:key all-list)
|
#:key all-list)
|
||||||
"Given INCLUDE-LIST and EXCLUDE-LIST, replace all occurences of #:all by
|
"Given INCLUDE-LIST and EXCLUDE-LIST, replace all occurrences of #:all by
|
||||||
slicing ALL-LIST into them and compute their list difference."
|
slicing ALL-LIST into them and compute their list difference."
|
||||||
(define (replace-#:all ls all-ls)
|
(define (replace-#:all ls all-ls)
|
||||||
(append-map (match-lambda
|
(append-map (match-lambda
|
||||||
|
|
Loading…
Reference in New Issue