mu4e: fix typo in `mu4e-header-info-custom' docstring

This commit is contained in:
djcb 2016-03-14 22:48:11 +02:00
parent 8ecafca025
commit 6aaf5588c3
1 changed files with 4 additions and 4 deletions

View File

@ -747,10 +747,10 @@ Note, `:sortable' does not work for custom header fields.")
(+ (length (mu4e-message-field msg :to))
(length (mu4e-message-field msg :cc))))))))
"A list of custom (user-defined) headers. The format is similar
to `mu4e-header-info', but addds a :function property, which should
point to a function that takes a message p-list as argument, and
returns a string. See the default value of `mu4e-header-info-custom
for an example.")
to `mu4e-header-info', but adds a :function property, which
should point to a function that takes a message p-list as
argument, and returns a string. See the default value of
`mu4e-header-info-custom for an example.")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;