aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-show.el
diff options
context:
space:
mode:
authorGravatar Jameson Graef Rollins <jrollins@finestructure.net>2012-01-24 16:06:23 -0800
committerGravatar David Bremner <bremner@debian.org>2012-01-30 23:25:01 -0400
commit7cd907b69c3134b00f8766571b17b669bd8a80c2 (patch)
tree24d05af8051012ddb3a4d5adc87a8a5f0a2d8079 /emacs/notmuch-show.el
parent4a5281b888be9bd19eb493d23e9d4b59270dd9e8 (diff)
emacs: fix show-previous-message doc string
Diffstat (limited to 'emacs/notmuch-show.el')
-rw-r--r--emacs/notmuch-show.el2
1 files changed, 1 insertions, 1 deletions
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))))