Re: [notmuch] [PATCH] Fix typos in documentation strings

2009-12-04 Thread Carl Worth
On Tue, 01 Dec 2009 08:45:17 -0200, Fernando Carrijo  
wrote:
> One more party, one more joiner, one more patch!  :)

Welcome to the party, Fernando!

> -  "Forward a the current message."
> +  "Forward the current message."
..
> -  "Preficate testing whether current message is unread."
> +  "Predicate testing whether current message is unread."

Clearly I need to stay on top of my notmuch patch-queue better. Then I
could have just applied this patch instead of finding and fixing those
typos separately.

I'll look forward to further patches from you! (And don't worry, I'm
sure I'll keep misspelling things often...)

-Carl


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


[notmuch] [PATCH] Fix typos in documentation strings

2009-12-04 Thread Carl Worth
On Tue, 01 Dec 2009 08:45:17 -0200, Fernando Carrijo  
wrote:
> One more party, one more joiner, one more patch!  :)

Welcome to the party, Fernando!

> -  "Forward a the current message."
> +  "Forward the current message."
..
> -  "Preficate testing whether current message is unread."
> +  "Predicate testing whether current message is unread."

Clearly I need to stay on top of my notmuch patch-queue better. Then I
could have just applied this patch instead of finding and fixing those
typos separately.

I'll look forward to further patches from you! (And don't worry, I'm
sure I'll keep misspelling things often...)

-Carl
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: 



[notmuch] [PATCH] Fix typos in documentation strings

2009-12-01 Thread Fernando Carrijo
Let's keep the line wrapping out of the party!

Signed-off-by: Fernando Carrijo 
---
 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




[notmuch] [PATCH] Fix typos in documentation strings

2009-12-01 Thread Fernando Carrijo
One more party, one more joiner, one more patch!  :)

Signed-off-by: Fernando Carrijo 
---
 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




Re: [notmuch] [PATCH] Fix typos in documentation strings

2009-12-01 Thread Fernando Carrijo
Let's keep the line wrapping out of the party!

Signed-off-by: Fernando Carrijo 
---
 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


___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[notmuch] [PATCH] Fix typos in documentation strings

2009-12-01 Thread Fernando Carrijo
One more party, one more joiner, one more patch!  :)

Signed-off-by: Fernando Carrijo 
---
 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


___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch