]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch.el: Emphasize the 'i' of 'ID' in the documentation for 'c i'.
authorCarl Worth <cworth@cworth.org>
Sat, 20 Feb 2010 20:27:37 +0000 (12:27 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 20 Feb 2010 20:27:37 +0000 (12:27 -0800)
We're using 'i' in the keybinding, so it helps to have a capital
'I' in the help string to empahsize the point.

notmuch.el

index 732ce53d12516ea61cefb94c1c40a430c1e35640..648217070c7abfbedfd67079bc1de0a8739b27d9 100644 (file)
@@ -1132,7 +1132,7 @@ All currently available key bindings:
   (notmuch-show-do-stash (notmuch-show-get-from)))
 
 (defun notmuch-show-stash-message-id ()
   (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)))
 
   (interactive)
   (notmuch-show-do-stash (notmuch-show-get-message-id)))