From 14df537d80f2476f2a90a3746c9ee9a0316866d5 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 11 Jun 2020 23:39:40 -0400 Subject: piem-{gnus,notmuch}-am-ready-mbox: Fix docstring typos --- piem-notmuch.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'piem-notmuch.el') diff --git a/piem-notmuch.el b/piem-notmuch.el index 0f7f326..1e4dbb2 100644 --- a/piem-notmuch.el +++ b/piem-notmuch.el @@ -65,8 +65,8 @@ (defun piem-notmuch-am-ready-mbox () "Return a function that inserts an am-ready mbox. -If the buffer has any MIME parts that look a patch, use those -part's content (in order) as the mbox. Otherwise, use the +If the buffer has any MIME parts that look like a patch, use +those parts' contents (in order) as the mbox. Otherwise, use the message itself if it looks like a patch." (when (derived-mode-p 'notmuch-show-mode) (let ((body (car (plist-get (notmuch-show-get-message-properties) -- cgit v1.2.3