diff --git a/emacs/mu4e-hdrs.el b/emacs/mu4e-hdrs.el index eceaa061..d8fa89fa 100644 --- a/emacs/mu4e-hdrs.el +++ b/emacs/mu4e-hdrs.el @@ -601,8 +601,8 @@ work well." (defun mu4e-hdrs-compose (compose-type) "Compose either a reply/forward based on the message at point. or -start editing it. COMPOSE-TYPE is either `reply', `forward' or -`edit'." +start editing it. COMPOSE-TYPE is either `reply', `forward', `edit' +or `new'." (if (eq compose-type 'new) (mu4e-send-compose-handler 'new) (let ((docid (mu4e-hdrs-get-docid)) diff --git a/emacs/mu4e-send.el b/emacs/mu4e-send.el index 42ec2081..7dc8ead5 100644 --- a/emacs/mu4e-send.el +++ b/emacs/mu4e-send.el @@ -335,7 +335,7 @@ using Gnus' `message-mode'." (find-file draft) (message-mode) - ;; include files -- e.g. when forwarding a message with attachments, + ;; include files -- e.g. when forwarding a message with attachments, ;; we take those from the original. (save-excursion (goto-char (point-max)) ;; put attachments at the end