aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-05-07 04:36:44 +0000
committerRichard M. Stallman1995-05-07 04:36:44 +0000
commit0d75540def4784e92671a7a2a4048e226935cc6e (patch)
tree1b3fa2285ae269f7040a0b4191cab79536434475
parentf52cca033359658c0922618467347de9b1e4f3d0 (diff)
downloademacs-0d75540def4784e92671a7a2a4048e226935cc6e.tar.gz
emacs-0d75540def4784e92671a7a2a4048e226935cc6e.zip
Clarify effect of setting load-path before dumping.
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 31041c763de..e5c0229ade8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -152,9 +152,9 @@ documentation strings to be in the etc/DOC file (see
152src/Makefile.in.in if you wish to figure out how to do that). For all 152src/Makefile.in.in if you wish to figure out how to do that). For all
153else, use site-init.el. 153else, use site-init.el.
154 154
155If you set load-path in site-init.el or site-load.el, Emacs will use 155If you set load-path to a different value in site-init.el or
156*precisely* the resulting path when it starts up again. If you do this, 156site-load.el, Emacs will use *precisely* that value when it starts up
157you are on your own! 157again. If you do this, you are on your own!
158 158
159Note that, on some systems, the code you place in site-init.el must 159Note that, on some systems, the code you place in site-init.el must
160not use expand-file-name or any other function which may look 160not use expand-file-name or any other function which may look