X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;h=364da2402887ea57a5ab5c829c738631e1298339;hp=b498db0723e2aae2126b63ba0268636f89789a4c;hb=e63f37a4a90c5d2a399a99a0566b6e1dfea263aa;hpb=c4541353765dec837c1c2f912b1bf6661827429c diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index b498db07..364da240 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -587,7 +587,7 @@ Shows in split pane or whole window according to value of (scroll-up))))) (defun notmuch-tree-scroll-message-window-back () - "Scroll the message window back(if it exists)." + "Scroll the message window back (if it exists)." (interactive) (when (window-live-p notmuch-tree-message-window) (with-selected-window notmuch-tree-message-window @@ -596,7 +596,8 @@ Shows in split pane or whole window according to value of (scroll-down))))) (defun notmuch-tree-scroll-or-next () - "Scroll the message window. If it at end go to next message." + "Scroll the message window. +If it at end go to next message." (interactive) (when (notmuch-tree-scroll-message-window) (notmuch-tree-next-matching-message)))