aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.el
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-02-05 11:30:35 -0800
committerGravatar Carl Worth <cworth@cworth.org>2010-02-05 11:31:38 -0800
commitee3e7416f0b341db809d3912d0dea08df2ac56c2 (patch)
tree573e95ac597a3de172122bdcfbc8baf41a69e962 /notmuch.el
parentb0ccc88146590333eaf255e507f6e9c85598aa15 (diff)
notmuch.el: Add missing documentation for the new 'h' keybinding.
Without this, our help screen displayed 'h' with no description of what it does.
Diffstat (limited to 'notmuch.el')
-rw-r--r--notmuch.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/notmuch.el b/notmuch.el
index 30ab2e8f..e8a9b78f 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -581,7 +581,7 @@ which this thread was originally shown."
(redisplay t))
(defun notmuch-show-toggle-current-body ()
- "Toggle the current message body."
+ "Toggle the display of the current message body."
(interactive)
(save-excursion
(notmuch-show-move-to-current-message-summary-line)
@@ -591,6 +591,7 @@ which this thread was originally shown."
)
(defun notmuch-show-toggle-current-header ()
+ "Toggle the display of the current message header."
(interactive)
(save-excursion
(notmuch-show-move-to-current-message-summary-line)