]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify use of site-init.el.
authorKarl Heuer <kwzh@gnu.org>
Wed, 24 May 1995 20:50:54 +0000 (20:50 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 24 May 1995 20:50:54 +0000 (20:50 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 519884476dac713240454d2861cce320f61b2dd9..4b9e9f7b54a15d9a1fb8982e8c06f83d2b5f059d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -125,8 +125,8 @@ the section called "CONFIGURATION BY HAND" below if you want to do the
 configuration yourself.
 
 4) Look at `./lisp/paths.el'; if some of those values are not right
-for your system, edit the file `./lisp/site-init.el' containing Emacs
-Lisp code to override them; you probably don't want to edit paths.el
+for your system, set up the file `./lisp/site-init.el' with Emacs
+Lisp code to override them; it is not a good idea to edit paths.el
 itself.  YOU MUST USE THE LISP FUNCTION `setq' TO ASSIGN VALUES,
 rather than `defvar', as used by `./lisp/paths.el'.  For example,