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.
This commit is contained in:
Carl Worth 2010-02-20 12:27:37 -08:00
parent 4e76865c0d
commit 3910000fe8

View file

@ -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)))