From: Carl Worth Date: Sat, 20 Feb 2010 20:27:37 +0000 (-0800) Subject: notmuch.el: Emphasize the 'i' of 'ID' in the documentation for 'c i'. X-Git-Tag: 0.1~84 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=3910000fe8195ab2e4999b5064169d157da2e37d 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. --- 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)))