]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch.el: Add missing documentation for the new 'h' keybinding.
authorCarl Worth <cworth@cworth.org>
Fri, 5 Feb 2010 19:30:35 +0000 (11:30 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 5 Feb 2010 19:31:38 +0000 (11:31 -0800)
Without this, our help screen displayed 'h' with no description of
what it does.

notmuch.el

index 30ab2e8f95d6aaaaf9a604df4f3cdda0b74f2919..e8a9b78fb7fefb87f88031ed33c65d6163cb9192 100644 (file)
@@ -581,7 +581,7 @@ which this thread was originally shown."
   (redisplay t))
 
 (defun notmuch-show-toggle-current-body ()
   (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)
   (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 ()
   )
 
 (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)
   (interactive)
   (save-excursion
     (notmuch-show-move-to-current-message-summary-line)