From 7cd907b69c3134b00f8766571b17b669bd8a80c2 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Tue, 24 Jan 2012 16:06:23 -0800 Subject: [PATCH] emacs: fix show-previous-message doc string --- emacs/notmuch-show.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))) -- 2.43.0