From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Documentation for custom-file - is not (load custom-file) needed? Date: Sun, 05 Dec 2004 16:52:07 -0500 Message-ID: References: <075b01c4d9a4$52799460$0200a8c0@sedrcw11488> <006701c4da59$e9c36de0$0200a8c0@sedrcw11488> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1102283800 10357 80.91.229.6 (5 Dec 2004 21:56:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Dec 2004 21:56:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 05 22:56:35 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cb4Ms-0001U6-00 for ; Sun, 05 Dec 2004 22:56:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cb4Wa-0000hj-Np for ged-emacs-devel@m.gmane.org; Sun, 05 Dec 2004 17:06:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cb4WK-0000hF-FY for emacs-devel@gnu.org; Sun, 05 Dec 2004 17:06:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cb4WJ-0000gp-PR for emacs-devel@gnu.org; Sun, 05 Dec 2004 17:06:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cb4WJ-0000gm-Lc for emacs-devel@gnu.org; Sun, 05 Dec 2004 17:06:19 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cb4Lh-0002V5-UP for emacs-devel@gnu.org; Sun, 05 Dec 2004 16:55:22 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Cb4IZ-0002AV-OE; Sun, 05 Dec 2004 16:52:07 -0500 Original-To: "Lennart Borgman" In-reply-to: <006701c4da59$e9c36de0$0200a8c0@sedrcw11488> (lennart.borgman.073@student.lu.se) 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:30720 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30720 The doc string for custom-file says "If you specify some other file, you need to explicitly load that file for the settings to take effect". Info however says "Emacs loads the file right after your `.emacs' if you did not load it already". One of these must be wrong. I just looked at the code, and the latter is correct. So my previous doc change is not right. I will fix it.