summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notmuch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch.el b/notmuch.el
index 732ce53..6482170 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -1132,7 +1132,7 @@ All currently available key bindings:
(notmuch-show-do-stash (notmuch-show-get-from)))
(defun notmuch-show-stash-message-id ()
- "Copy message-id of current message to kill-ring."
+ "Copy message ID of current message to kill-ring."
(interactive)
(notmuch-show-do-stash (notmuch-show-get-message-id)))