From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel Subject: manual xrefs widget.texi and frames.texi Date: Thu, 19 May 2005 08:46:30 +1000 Message-ID: <87zmusw3sp.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1116457864 28354 80.91.229.2 (18 May 2005 23:11:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 May 2005 23:11:04 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 19 01:11:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DYXfb-00067V-5e for ged-emacs-devel@m.gmane.org; Thu, 19 May 2005 01:09:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYXi7-0000fE-FS for ged-emacs-devel@m.gmane.org; Wed, 18 May 2005 19:12:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DYXVa-0007wU-QM for emacs-devel@gnu.org; Wed, 18 May 2005 18:59:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DYXVZ-0007vt-76 for emacs-devel@gnu.org; Wed, 18 May 2005 18:59:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYXVY-0007vY-JJ for emacs-devel@gnu.org; Wed, 18 May 2005 18:59:20 -0400 Original-Received: from [61.8.0.85] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DYXRO-00046u-4U for emacs-devel@gnu.org; Wed, 18 May 2005 18:55:02 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout2.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j4IMkckG021228 for ; Thu, 19 May 2005 08:46:38 +1000 Original-Received: from localhost (ppp2C29.dyn.pacific.net.au [61.8.44.41]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j4IMkbml004280 for ; Thu, 19 May 2005 08:46:37 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1DYXJ9-0000fH-00; Thu, 19 May 2005 08:46:31 +1000 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (gnu/linux) 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:37314 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37314 --=-=-= I spotted a couple of cross references between manuals that need updating for recent node renamings, In man, 2005-05-17 Kevin Ryde * widget.texi (Basic Types): Update cross ref from "Enabling Mouse-1 to Follow Links" to "Links and Mouse-1" per recent lispref/text.texi change. In lispref, * frames.texi (Initial Parameters): Update of Emacs Invocation cross reference. --=-=-= Content-Disposition: attachment; filename=widget.texi.mouse1.diff *** widget.texi.~1.28.~ 2005-01-19 10:24:42.000000000 +1100 --- widget.texi 2005-05-17 15:29:41.218747592 +1000 *************** *** 596,602 **** @vindex follow-link@r{ keyword} @item :follow-link Specifies how to interpret a @key{mouse-1} click on the widget. ! @xref{Enabling Mouse-1 to Follow Links,,, elisp, the Emacs Lisp Reference Manual}. @vindex indent@r{ keyword} @item :indent --- 596,602 ---- @vindex follow-link@r{ keyword} @item :follow-link Specifies how to interpret a @key{mouse-1} click on the widget. ! @xref{Links and Mouse-1,,, elisp, the Emacs Lisp Reference Manual}. @vindex indent@r{ keyword} @item :indent --=-=-= Content-Disposition: attachment; filename=frames.texi.invoc.diff *** frames.texi.~1.87.~ 2005-05-17 09:14:20.000000000 +1000 --- frames.texi 2005-05-17 15:39:17.851086152 +1000 *************** *** 304,311 **** If you use options that specify window appearance when you invoke Emacs, they take effect by adding elements to @code{default-frame-alist}. One exception is @samp{-geometry}, which adds the specified position to ! @code{initial-frame-alist} instead. @xref{Command Arguments,,, emacs, ! The GNU Emacs Manual}. @node Window Frame Parameters @subsection Window Frame Parameters --- 304,311 ---- If you use options that specify window appearance when you invoke Emacs, they take effect by adding elements to @code{default-frame-alist}. One exception is @samp{-geometry}, which adds the specified position to ! @code{initial-frame-alist} instead. @xref{Emacs Invocation,, Command ! Line Arguments for Emacs Invocation, emacs, The GNU Emacs Manual}. @node Window Frame Parameters @subsection Window Frame Parameters --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --=-=-=--