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: Patch for man/cmdargs.texi. Date: Wed, 26 Jan 2005 12:12:24 +0100 Message-ID: <874qh4phpj.fsf@xs4all.nl> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1106738058 22161 80.91.229.6 (26 Jan 2005 11:14:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Jan 2005 11:14:18 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 26 12:14:12 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ctl7k-0003y1-00 for ; Wed, 26 Jan 2005 12:14:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CtlK3-0002l8-6y for ged-emacs-devel@m.gmane.org; Wed, 26 Jan 2005 06:26:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CtlIW-0002bs-G1 for emacs-devel@gnu.org; Wed, 26 Jan 2005 06:25:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CtlIP-0002ZR-R1 for emacs-devel@gnu.org; Wed, 26 Jan 2005 06:25:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CtlIP-0002XS-7Q for emacs-devel@gnu.org; Wed, 26 Jan 2005 06:25:13 -0500 Original-Received: from [194.109.24.34] (helo=smtp-vbr14.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ctl0X-00034i-3S for emacs-devel@gnu.org; Wed, 26 Jan 2005 06:06:45 -0500 Original-Received: from pijl (a80-127-67-124.adsl.xs4all.nl [80.127.67.124]) by smtp-vbr14.xs4all.nl (8.12.11/8.12.11) with ESMTP id j0QB6igd069366 for ; Wed, 26 Jan 2005 12:06:44 +0100 (CET) (envelope-from Lute.Kamstra@xs4all.nl) Original-Received: from lute by pijl with local (Exim 3.36 #1 (Debian)) id 1Ctl60-0000bV-00 for ; Wed, 26 Jan 2005 12:12:24 +0100 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) Original-Lines: 30 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 Xref: main.gmane.org gmane.emacs.devel:32558 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32558 Does anybody object against this change? If not, I'll commit it. Lute. --- man/cmdargs.texi 6 Dec 2004 01:07:47 -0000 1.82 +++ man/cmdargs.texi 26 Jan 2005 10:58:24 -0000 @@ -169,8 +169,9 @@ Some initial options affect the loading of init files. The normal actions of Emacs are to first load @file{site-start.el} if it exists, then your own init file @file{~/.emacs} if it exists, and finally -@file{default.el} if it exists; certain options prevent loading of some -of these files or substitute other files for them. +@file{default.el} if it exists. @xref{Init File}. Certain options +prevent loading of some of these files or substitute other files for +them. @table @samp @item -t @var{device} @@ -257,8 +258,8 @@ @opindex --no-site-file @cindex @file{site-start.el} file, not loading Do not load @file{site-start.el}. The options @samp{-q}, @samp{-u} -and @samp{--batch} have no effect on the loading of this file---this is -the only option that blocks it. +and @samp{--batch} have no effect on the loading of this file---this +option and @samp{-Q} are the only options that block it. @item -Q @opindex -Q