emacs: fix show-previous-message doc string

This commit is contained in:
Jameson Graef Rollins 2012-01-24 16:06:23 -08:00 committed by David Bremner
parent 4a5281b888
commit 7cd907b69c

View file

@ -1431,7 +1431,7 @@ buffer."
(goto-char (point-max)))))) (goto-char (point-max))))))
(defun notmuch-show-previous-open-message () (defun notmuch-show-previous-open-message ()
"Show the previous message." "Show the previous open message."
(interactive) (interactive)
(while (and (notmuch-show-goto-message-previous) (while (and (notmuch-show-goto-message-previous)
(not (notmuch-show-message-visible-p)))) (not (notmuch-show-message-visible-p))))