projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e76865
)
notmuch.el: Emphasize the 'i' of 'ID' in the documentation for 'c i'.
author
Carl Worth
<cworth@cworth.org>
Sat, 20 Feb 2010 20:27:37 +0000
(12:27 -0800)
committer
Carl 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
patch
|
blob
|
history
diff --git
a/notmuch.el
b/notmuch.el
index 732ce53d12516ea61cefb94c1c40a430c1e35640..648217070c7abfbedfd67079bc1de0a8739b27d9 100644
(file)
--- 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)))