unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] Fix typos in documentation strings
@ 2009-12-01 10:45 Fernando Carrijo
  2009-12-01 11:09 ` Fernando Carrijo
  2009-12-05  0:24 ` Carl Worth
  0 siblings, 2 replies; 3+ messages in thread
From: Fernando Carrijo @ 2009-12-01 10:45 UTC (permalink / raw)
  To: notmuch

One more party, one more joiner, one more patch!  :)

Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
---
 notmuch.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/notmuch.el b/notmuch.el
index 65473ba..fe09d81 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -360,7 +360,7 @@ buffer."
     (notmuch-reply message-id)))
 
 (defun notmuch-show-forward-current ()
-  "Forward a the current message."
+  "Forward the current message."
   (interactive)
   (with-current-notmuch-show-message
    (message-forward)))
@@ -402,7 +402,7 @@ by searching backward)."
       (not (re-search-forward notmuch-show-message-begin-regexp nil
t)))))
 
 (defun notmuch-show-message-unread-p ()
-  "Preficate testing whether current message is unread."
+  "Predicate testing whether current message is unread."
   (member "unread" (notmuch-show-get-tags)))
 
 (defun notmuch-show-next-message ()
-- 
1.5.6.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-12-05  0:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-01 10:45 [PATCH] Fix typos in documentation strings Fernando Carrijo
2009-12-01 11:09 ` Fernando Carrijo
2009-12-05  0:24 ` Carl Worth

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).