guile: small doc fix

This commit is contained in:
djcb
2017-11-05 13:06:44 +02:00
parent 9ecc610e14
commit 9e1ce98da7

View File

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