notmuch.el: Add missing documentation for the new 'h' keybinding.

Without this, our help screen displayed 'h' with no description of
what it does.
This commit is contained in:
Carl Worth 2010-02-05 11:30:35 -08:00
parent b0ccc88146
commit ee3e7416f0

View file

@ -581,7 +581,7 @@ which this thread was originally shown."
(redisplay t)) (redisplay t))
(defun notmuch-show-toggle-current-body () (defun notmuch-show-toggle-current-body ()
"Toggle the current message body." "Toggle the display of the current message body."
(interactive) (interactive)
(save-excursion (save-excursion
(notmuch-show-move-to-current-message-summary-line) (notmuch-show-move-to-current-message-summary-line)
@ -591,6 +591,7 @@ which this thread was originally shown."
) )
(defun notmuch-show-toggle-current-header () (defun notmuch-show-toggle-current-header ()
"Toggle the display of the current message header."
(interactive) (interactive)
(save-excursion (save-excursion
(notmuch-show-move-to-current-message-summary-line) (notmuch-show-move-to-current-message-summary-line)