mu4e: tiny doc improvement

This commit is contained in:
djcb
2016-01-15 21:02:35 +02:00
parent ea1c6645ef
commit d9ca330f2b

View File

@ -83,8 +83,8 @@ current window."
(defun mu4e~draft-cite-original (msg) (defun mu4e~draft-cite-original (msg)
"Return a cited version of the original message MSG as a plist. "Return a cited version of the original message MSG as a plist.
This function uses gnus' `mu4e-compose-cite-function', and as such This function uses `mu4e-compose-cite-function', and as such all
all its settings apply." its settings apply."
(with-temp-buffer (with-temp-buffer
(when (fboundp 'mu4e-view-message-text) ;; keep bytecompiler happy (when (fboundp 'mu4e-view-message-text) ;; keep bytecompiler happy
(let ((mu4e-view-date-format "%Y-%m-%dT%T%z")) (let ((mu4e-view-date-format "%Y-%m-%dT%T%z"))