fixed error message according to Oliver Flatt's suggestion, take 2
This commit is contained in:
parent
9957fbd7f3
commit
4ddaa40e33
|
@ -362,7 +362,7 @@
|
||||||
(unless (pred? c)
|
(unless (pred? c)
|
||||||
(error
|
(error
|
||||||
tag
|
tag
|
||||||
"expects a mail as (elements of) ~a argument, given list contains the element: ~e"
|
"expects a list of mails as ~a argument, given a list that contains: ~e"
|
||||||
ith
|
ith
|
||||||
c)))
|
c)))
|
||||||
#;
|
#;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user