From: Jameson Graef Rollins Date: Wed, 25 Jan 2012 00:06:23 +0000 (-0800) Subject: emacs: fix show-previous-message doc string X-Git-Tag: debian/0.12_rc1-1~133 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=7cd907b69c3134b00f8766571b17b669bd8a80c2 emacs: fix show-previous-message doc string --- 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))))