From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Doc fix for fill-nonuniform-paragraphs in lisp/textmodes/fill.el Date: Tue, 9 Aug 2005 16:05:53 +0200 Message-ID: References: <1123592966.42f8ab06d39fb@imp.hosting365.ie> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1123596583 4503 80.91.229.2 (9 Aug 2005 14:09:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Aug 2005 14:09:43 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 09 16:09:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E2UmK-0002cT-Cw for ged-emacs-devel@m.gmane.org; Tue, 09 Aug 2005 16:08:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E2UpO-0005Qh-Do for ged-emacs-devel@m.gmane.org; Tue, 09 Aug 2005 10:11:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E2UoJ-00054G-W5 for emacs-devel@gnu.org; Tue, 09 Aug 2005 10:10:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E2Uo5-0004we-9m for emacs-devel@gnu.org; Tue, 09 Aug 2005 10:10:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E2Uo4-0004sb-Md for emacs-devel@gnu.org; Tue, 09 Aug 2005 10:10:16 -0400 Original-Received: from [64.233.182.197] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E2Uxo-0008LV-OJ for emacs-devel@gnu.org; Tue, 09 Aug 2005 10:20:20 -0400 Original-Received: by nproxy.gmail.com with SMTP id h2so35285nfe for ; Tue, 09 Aug 2005 07:05:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Bmiv49I7BUb3T192J0e6s+PR6uPJG261ERkVgII/uUwqJRtf5uRAm81IhrM6FK82COaebircwwxGz0Y4m0GeFPcPHDevxOqjd0y0PCMkNNWi7kSG339LafITG03MSmonmYRKrxfO6DYBVnvoHLPbijgTz+5xZmllx174uUumNt0= Original-Received: by 10.48.250.9 with SMTP id x9mr201354nfh; Tue, 09 Aug 2005 07:05:53 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Tue, 9 Aug 2005 07:05:53 -0700 (PDT) Original-To: Ben North In-Reply-To: <1123592966.42f8ab06d39fb@imp.hosting365.ie> Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:41788 > Tiny fix: The argument names in the docstring don't match their names in > the definition. >=20 > --- REV-1.180--fill.el 2005-08-09 14:03:41.775475100 +0100 > +++ NEW--fill.el 2005-08-09 14:04:13.271077600 +0100 > @@ -1275,22 +1275,22 @@ Applied, thanks. --=20 /L/e/k/t/u