mu4e (ical): Fix indentation & typos

This commit is contained in:
Christophe Troestler
2019-04-13 20:05:35 +02:00
parent 8ec8ab5380
commit c639a939f4
2 changed files with 12 additions and 12 deletions

View File

@ -941,9 +941,9 @@ This before new headers are displayed, to clear the current
headers buffer. See `mu4e~proc-filter' for the format.")
(defvar mu4e-compose-func 'mu4e~compose-handler
"Function called for each comoose message received.
Ie. the original message that is used as basis for composing a
new message (ie., either a reply or a forward); the function is
"Function called for each compose message received.
I.e., the original message that is used as basis for composing a
new message (i.e., either a reply or a forward); the function is
passed msg and a symbol (either reply or forward). See
`mu4e~proc-filter' for the format of <msg-plist>.")