mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 20:38:08 +01:00
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:
parent
4e76865c0d
commit
3910000fe8
1 changed files with 1 additions and 1 deletions
|
@ -1132,7 +1132,7 @@ All currently available key bindings:
|
||||||
(notmuch-show-do-stash (notmuch-show-get-from)))
|
(notmuch-show-do-stash (notmuch-show-get-from)))
|
||||||
|
|
||||||
(defun notmuch-show-stash-message-id ()
|
(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)
|
(interactive)
|
||||||
(notmuch-show-do-stash (notmuch-show-get-message-id)))
|
(notmuch-show-do-stash (notmuch-show-get-message-id)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue