From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9646 invoked by alias); 23 Dec 2013 03:52:37 -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 9629 invoked by uid 89); 23 Dec 2013 03:52:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout21.012.net.il Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 23 Dec 2013 03:52:35 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MY800J00QJ82S00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Mon, 23 Dec 2013 05:52:32 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MY800I4CQRKZ360@a-mtaout21.012.net.il>; Mon, 23 Dec 2013 05:52:32 +0200 (IST) Date: Mon, 23 Dec 2013 03:52:00 -0000 From: Eli Zaretskii Subject: Re: [doc RFA] Misc. fixes to Python docs In-reply-to: To: Doug Evans Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83a9fs8brb.fsf@gnu.org> References: X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00876.txt.bz2 > From: Doug Evans > Date: Sun, 22 Dec 2013 17:58:10 -0800 > > I found this collection of fixes. > > The @tindex is for consistency with all other such entries. > > The @code{"charset"} instead of @samp{charset} is for consistency with > earlier use. I question the second issue. IMO @samp looks much better in print than @code{".."}. > +@findex gdb.VERSION > +@defvar gdb.VERSION @defvar inserts its argument into the index automatically, so no need for @findex (which is wrong anyway, since this is a variable, not a function). > @@ -26482,7 +26499,6 @@ this function returns @code{None}. > @findex gdb.objfiles > @defun gdb.objfiles () > Return a sequence of all the objfiles current known to @value{GDBN}. > -@xref{Objfiles In Python}. > @end defun Why did you remove the cross-reference? OK with those changes. Thanks.