aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-02-20 12:27:37 -0800
committerGravatar Carl Worth <cworth@cworth.org>2010-02-20 12:27:37 -0800
commit3910000fe8195ab2e4999b5064169d157da2e37d (patch)
tree1353fa0363af8c4f701ef187658be7d5f04a1bd8
parent4e76865c0d842fb7bf85fffee1d383062c3a7160 (diff)
notmuch.el: Emphasize the 'i' of 'ID' in the documentation for 'c i'.
We're using 'i' in the keybinding, so it helps to have a capital 'I' in the help string to empahsize the point.
-rw-r--r--notmuch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch.el b/notmuch.el
index 732ce53d..64821707 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)))