summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-12-14 00:10:04 -0500
committerKyle Meyer <kyle@kyleam.com>2020-12-14 00:10:04 -0500
commitc91051d3c68b1805b3e9777990334398d3138d18 (patch)
tree0a8ae5097192d8f7dd57a598ce2d96ad6a71d971
parent6d193ccaca78c07e56b43a6c78507a6ba96d39e4 (diff)
downloadpiem-c91051d3c68b1805b3e9777990334398d3138d18.tar.gz
piem-b4-am-ready-from-mid: Use consistent spelling for message ID
It looks like all other spots that aren't specifically referring to the header use "message ID".
-rw-r--r--piem-b4.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/piem-b4.el b/piem-b4.el
index 172236f..965840b 100644
--- a/piem-b4.el
+++ b/piem-b4.el
@@ -122,7 +122,7 @@ ARGS is a list of arguments to pass to `b4 am'."
;;;###autoload
(defun piem-b4-am-ready-from-mid (mid &optional args)
"Download the thread for MID and and extract an am-ready mbox.
-MID is a Message-Id to pass directly to `b4 am', along with the
+MID is a message ID to pass directly to `b4 am', along with the
list of arguments specified via ARGS."
(interactive (list (read-string "Message ID: " nil nil (piem-mid))
(transient-args 'piem-b4-am)))