[PATCH v3 8/8] emacs: fix show-previous-message doc string

2012-01-25 Thread David Edmondson
Fine.
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: 



Re: [PATCH v3 8/8] emacs: fix show-previous-message doc string

2012-01-25 Thread David Edmondson
Fine.


pgpKbaKgOLkD5.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[PATCH v3 8/8] emacs: fix show-previous-message doc string

2012-01-24 Thread Jameson Graef Rollins
---
 emacs/notmuch-show.el |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index 4de552d..a4f83ee 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -1399,7 +1399,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
-- 
1.7.8.3