mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
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:
parent
b0ccc88146
commit
ee3e7416f0
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue