From: Carl Worth Date: Fri, 5 Feb 2010 19:30:35 +0000 (-0800) Subject: notmuch.el: Add missing documentation for the new 'h' keybinding. X-Git-Tag: 0.1~111 X-Git-Url: https://git.cworth.org/git?p=obsolete%2Fnotmuch-old;a=commitdiff_plain;h=ee3e7416f0b341db809d3912d0dea08df2ac56c2 notmuch.el: Add missing documentation for the new 'h' keybinding. Without this, our help screen displayed 'h' with no description of what it does. --- 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)