* fix typo

This commit is contained in:
djcb
2014-01-25 20:08:40 -08:00
parent b1e5873f39
commit d28950cf48

View File

@ -634,7 +634,7 @@ Note, `:sortable' does not work for custom header fields.")
(format "%d" (format "%d"
(+ (length (mu4e-message-field msg :to)) (+ (length (mu4e-message-field msg :to))
(length (mu4e-message-field msg :cc)))))))) (length (mu4e-message-field msg :cc))))))))
"A list of custom (user-defined) headerr. The format is similar "A list of custom (user-defined) headers. The format is similar
to `mu4e-header-info', but addds a :function property, which should to `mu4e-header-info', but addds a :function property, which should
point to a function that takes a message p-list as argument, and 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 returns a string. See the default value of `mu4e-header-info-custom