diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-12-14 00:10:04 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-12-14 00:10:04 -0500 |
commit | c91051d3c68b1805b3e9777990334398d3138d18 (patch) | |
tree | 0a8ae5097192d8f7dd57a598ce2d96ad6a71d971 | |
parent | 6d193ccaca78c07e56b43a6c78507a6ba96d39e4 (diff) | |
download | piem-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.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))) |