aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-05-24 20:50:54 +0000
committerKarl Heuer <[email protected]>1995-05-24 20:50:54 +0000
commit0b60f47d26cb643b62389a8ec482237a72ebdb6a (patch)
tree84314011a7b23d034b21a3bde284fcf84de274fe
parent07a7096a4b9c9214062a95001e1653e30a173aae (diff)
Clarify use of site-init.el.
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 519884476d..4b9e9f7b54 100644
--- 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,