From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lute Kamstra Newsgroups: gmane.emacs.devel Subject: man/cmdargs.texi patch. Date: Wed, 23 Feb 2005 12:39:46 +0100 Message-ID: <87r7j71p4t.fsf@xs4all.nl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109159589 21393 80.91.229.2 (23 Feb 2005 11:53:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 Feb 2005 11:53:09 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 23 12:53:09 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D3v4X-0005UK-86 for ged-emacs-devel@m.gmane.org; Wed, 23 Feb 2005 12:52:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3vLs-0000NI-Br for ged-emacs-devel@m.gmane.org; Wed, 23 Feb 2005 07:10:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D3v7t-0005KN-Mk for emacs-devel@gnu.org; Wed, 23 Feb 2005 06:56:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D3v7p-0005Iv-Hk for emacs-devel@gnu.org; Wed, 23 Feb 2005 06:56:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3v7o-0005HA-KW for emacs-devel@gnu.org; Wed, 23 Feb 2005 06:56:16 -0500 Original-Received: from [194.109.24.23] (helo=smtp-vbr3.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D3urs-0002ZG-D2 for emacs-devel@gnu.org; Wed, 23 Feb 2005 06:39:48 -0500 Original-Received: from pijl (a80-127-67-124.adsl.xs4all.nl [80.127.67.124]) by smtp-vbr3.xs4all.nl (8.12.11/8.12.11) with ESMTP id j1NBdlnD094527 for ; Wed, 23 Feb 2005 12:39:47 +0100 (CET) (envelope-from Lute.Kamstra@xs4all.nl) Original-Received: from lute by pijl with local (Exim 3.36 #1 (Debian)) id 1D3urq-0001Bo-00 for ; Wed, 23 Feb 2005 12:39:46 +0100 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Original-Lines: 33 X-Virus-Scanned: by XS4ALL Virus Scanner 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33760 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33760 I'm checking and updating lispref/debugging.texi and it occurred to me that adding this cross reference might be useful. Shall I commit it? Lute. *** man/cmdargs.texi 6 Feb 2005 13:13:15 -0000 1.86 --- man/cmdargs.texi 23 Feb 2005 11:33:15 -0000 *************** *** 1,5 **** @c This is part of the Emacs manual. ! @c Copyright (C) 1985,86,87,93,94,95,97,2001,03,2004 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Emacs Invocation, X Resources, GNU Free Documentation License, Top @appendix Command Line Arguments for Emacs Invocation --- 1,6 ---- @c This is part of the Emacs manual. ! @c Copyright (C) 1985, 86, 87, 93, 94, 95, 97, ! @c 2001, 03, 04, 2005 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Emacs Invocation, X Resources, GNU Free Documentation License, Top @appendix Command Line Arguments for Emacs Invocation *************** *** 293,298 **** --- 294,301 ---- @opindex --debug-init @cindex errors in init file Enable the Emacs Lisp debugger for errors in the init file. + @xref{Error Debugging,, Entering the Debugger on an Error, elisp, The + GNU Emacs Lisp Reference Manual}. @item --unibyte @opindex --unibyte