X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=de9421e80879edb544a949d801719b412bb10c92;hp=6d410574d497f6a8e58eabceec580dab350bc54a;hb=7cd907b69c3134b00f8766571b17b669bd8a80c2;hpb=4a5281b888be9bd19eb493d23e9d4b59270dd9e8 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 6d410574..de9421e8 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -1431,7 +1431,7 @@ buffer." (goto-char (point-max)))))) (defun notmuch-show-previous-open-message () - "Show the previous message." + "Show the previous open message." (interactive) (while (and (notmuch-show-goto-message-previous) (not (notmuch-show-message-visible-p))))