diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-06-11 23:39:40 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-06-11 23:39:44 -0400 |
commit | 14df537d80f2476f2a90a3746c9ee9a0316866d5 (patch) | |
tree | 77168b59e3e217c70e3089ca79bf785e670fa480 | |
parent | 7c75007c197620b11ec8c4417e05e12bd8f0fe63 (diff) | |
download | piem-14df537d80f2476f2a90a3746c9ee9a0316866d5.tar.gz |
piem-{gnus,notmuch}-am-ready-mbox: Fix docstring typos
-rw-r--r-- | piem-gnus.el | 4 | ||||
-rw-r--r-- | piem-notmuch.el | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/piem-gnus.el b/piem-gnus.el index ad74452..c9a8bb6 100644 --- a/piem-gnus.el +++ b/piem-gnus.el @@ -59,8 +59,8 @@ (defun piem-gnus-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 'gnus-article-mode) (cond 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) |