guile: small doc fix

This commit is contained in:
djcb 2017-11-05 13:06:44 +02:00
parent 9ecc610e14
commit 9e1ce98da7
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ messages matching 'book':
(lambda (contact)
(format #t "~a => ~a\n"
(or (mu:email contact) "") (or (mu:name contact) "no-name")))
(mu:contacts msg mu:field:to)))
(mu:contacts msg mu:contact:to)))
"book")
@end lisp