Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 12731431FBC for ; Tue, 1 Dec 2009 02:45:17 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iuZQr5xDs91R for ; Tue, 1 Dec 2009 02:45:16 -0800 (PST) Received: from n19.bullet.mail.mud.yahoo.com (n19.bullet.mail.mud.yahoo.com [68.142.206.146]) by olra.theworths.org (Postfix) with SMTP id 4A3A3431FAE for ; Tue, 1 Dec 2009 02:45:16 -0800 (PST) Received: from [68.142.200.225] by n19.bullet.mail.mud.yahoo.com with NNFMP; 01 Dec 2009 10:45:15 -0000 Received: from [68.142.201.242] by t6.bullet.mud.yahoo.com with NNFMP; 01 Dec 2009 10:45:15 -0000 Received: from [127.0.0.1] by omp403.mail.mud.yahoo.com with NNFMP; 01 Dec 2009 10:45:15 -0000 X-Yahoo-Newman-Id: 698212.80190.bm@omp403.mail.mud.yahoo.com Received: (qmail 34877 invoked from network); 1 Dec 2009 10:45:15 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Subject:From:To:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=tM1uXZmRM+3/lgIzgnZH4xfLleDxxTX6aHDxAEyzjXpQcSOM2Yh2X+VkXs9Lx/v3+YV4ZIIBeB7prGp/zNeKvu9Q5nAsWOhSTx7BoJ0bGdv8k1iQWeEcktTlXTUg72LCJ4NhRfKG6+l1R3EY3FA9+0PNIRlMU8ITq94Pu07YqBg= ; Received: from 189.27.107.83.dynamic.adsl.gvt.net.br (fcarrijo@189.27.107.83 with plain) by smtp131.mail.mud.yahoo.com with SMTP; 01 Dec 2009 02:45:14 -0800 PST X-Yahoo-SMTP: NgkT36eswBAymTD26_IxCjMQ0A5a X-YMail-OSG: 84bLj.cVM1m7ZGKUXNErhxHxc2sc8mAwNLMjXz5A3jJwvthGsh9Xg9onrxvIOAp8T2ipi5ovbC9WnTcvDYVSAif2o5I3JKWUT4ZofSuYcaeY4B1qJFGN4O7jf.s.AK.o673vppDwu9dbadTy0QMOVpzx6JHu7PeUagiLaS_j5XQ5HrSc7QzLOpVFeUFtMOodWtnJ03gB9TFxBBkdazOkr21giMr.PnLhOZocdL09i6UR0qA2Hs9XLpPHIZVoF_KDOWXTIaSUme.ncY2dMwHzBShre.3s_tTJJQ6ESQ-- X-Yahoo-Newman-Property: ymail-3 From: Fernando Carrijo To: notmuch@notmuchmail.org Content-Type: text/plain Date: Tue, 01 Dec 2009 08:45:17 -0200 Message-Id: <1259664317.20629.5.camel@pc-fernando> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit Subject: [notmuch] [PATCH] Fix typos in documentation strings X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2009 10:45:17 -0000 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