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 1D735431FBD for ; Tue, 1 Dec 2009 03:09:38 -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 CuJw06epZnpq for ; Tue, 1 Dec 2009 03:09:37 -0800 (PST) Received: from n14.bullet.mail.mud.yahoo.com (n14.bullet.mail.mud.yahoo.com [68.142.206.41]) by olra.theworths.org (Postfix) with SMTP id 2B398431FAE for ; Tue, 1 Dec 2009 03:09:37 -0800 (PST) Received: from [68.142.200.227] by n14.bullet.mail.mud.yahoo.com with NNFMP; 01 Dec 2009 11:09:36 -0000 Received: from [68.142.201.67] by t8.bullet.mud.yahoo.com with NNFMP; 01 Dec 2009 11:09:36 -0000 Received: from [127.0.0.1] by omp419.mail.mud.yahoo.com with NNFMP; 01 Dec 2009 11:09:36 -0000 X-Yahoo-Newman-Id: 742021.65538.bm@omp419.mail.mud.yahoo.com Received: (qmail 29551 invoked from network); 1 Dec 2009 11:09:36 -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:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=lwz1QjlzaVK5PSe5om8AN6fuJSZd8jKlVGiYpcXCYHilcK9NFLi2AEDN08oN1iecCIFbB1vh+pYMvtFyh1MKBoU+QKtcPKdG1m2zwAxxjCXrpTCKXMMoJFvflyvfbUSSUViQKF7GlPMiw+r/AIcndDUhkb/MM7nJl7PkLJCWBoE= ; Received: from 189.27.107.83.dynamic.adsl.gvt.net.br (fcarrijo@189.27.107.83 with plain) by smtp133.mail.mud.yahoo.com with SMTP; 01 Dec 2009 03:09:35 -0800 PST X-Yahoo-SMTP: NgkT36eswBAymTD26_IxCjMQ0A5a X-YMail-OSG: 9qWIkjsVM1k2Dz2dFib1Lh8DTDiixgxQOH4oRbAfUUqp62MfuXHDa79D2TWGqIKJf6DW6FhQKfjO9N2.BEo3g86Cv168tSrYitSQrrGI7EYhVyk_oPYzC8kJjMmO2oXLWoHEwAgE_uDw5n0CU4sVzoCotnRJQVGFRhay2_iRJx2xp7O.VoizKVx5XrFBbBkRL4JN1L4iSx7wvoAbaZ1yUvmvsAkeFE96Sda34nbQ_8Yuk6woJyQL8ElaRDOVNuOm7SulA7EcjXw- X-Yahoo-Newman-Property: ymail-3 From: Fernando Carrijo To: notmuch@notmuchmail.org In-Reply-To: <1259664317.20629.5.camel@pc-fernando> References: <1259664317.20629.5.camel@pc-fernando> Content-Type: text/plain Date: Tue, 01 Dec 2009 09:09:38 -0200 Message-Id: <1259665778.20629.10.camel@pc-fernando> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit Subject: Re: [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 11:09:38 -0000 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