From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12641 invoked by alias); 17 Feb 2014 18:39:54 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 12629 invoked by uid 89); 17 Feb 2014 18:39:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_20,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yh0-f46.google.com Received: from mail-yh0-f46.google.com (HELO mail-yh0-f46.google.com) (209.85.213.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 17 Feb 2014 18:39:53 +0000 Received: by mail-yh0-f46.google.com with SMTP id v1so14341561yhn.5 for ; Mon, 17 Feb 2014 10:39:51 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.236.98.39 with SMTP id u27mr29428706yhf.27.1392662391210; Mon, 17 Feb 2014 10:39:51 -0800 (PST) Received: by 10.170.93.10 with HTTP; Mon, 17 Feb 2014 10:39:51 -0800 (PST) In-Reply-To: <87vbwdg27v.fsf@gnu.org> References: <87vbwespcb.fsf@gnu.org> <83ha7y9w2r.fsf@gnu.org> <87vbwdg27v.fsf@gnu.org> Date: Mon, 17 Feb 2014 18:39:00 -0000 Message-ID: Subject: Re: [PATCH] guile: Fix documentation typos. From: Doug Evans To: =?ISO-8859-1?Q?Ludovic_Court=E8s?= Cc: Eli Zaretskii , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-02/txt/msg00535.txt.bz2 On Mon, Feb 17, 2014 at 7:59 AM, Ludovic Court=E8s wrote: > Eli Zaretskii skribis: > >>> From: ludo@gnu.org (Ludovic Court=E8s) >>> Date: Sun, 16 Feb 2014 22:46:28 +0100 >>> >>> The patch below fixes a couple of typos in the Guile API documentation. >>> >>> Thanks, >>> Ludo'. >>> >>> 2014-02-16 Ludovic Court=E8s >>> >>> * doc/guile.texi (Writing a Guile Pretty-Printer) : >>> Remove 'string-begins-with' procedure. Add 'pretty-printer' >>> parameter to 'str-lookup-function' procedure. Look for >>> the "std::string<" prefix. >>> (Frames In Guile): Add 'frame' parameter to 'frame-read-var'. >>> Adjust description. >> >> OK, and thanks. > > Pushed, thanks! > > Ludo' Thanks for the fix! I moved the ChangeLog entry from gdb/ChangeLog to gdb/doc/ChangeLog.