diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-05-07 04:36:44 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-05-07 04:36:44 +0000 |
commit | fc0a5ff23cb26fc2b38082451d883d2ec4d59c91 (patch) | |
tree | 06919d44bb8be669ce3255241eacd38ed2c1affe /INSTALL | |
parent | 5b4d8971907768facb23623f2e8f11c7bceef2a9 (diff) | |
download | emacs-fc0a5ff23cb26fc2b38082451d883d2ec4d59c91.tar.gz |
Clarify effect of setting load-path before dumping.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -152,9 +152,9 @@ documentation strings to be in the etc/DOC file (see src/Makefile.in.in if you wish to figure out how to do that). For all else, use site-init.el. -If you set load-path in site-init.el or site-load.el, Emacs will use -*precisely* the resulting path when it starts up again. If you do this, -you are on your own! +If you set load-path to a different value in site-init.el or +site-load.el, Emacs will use *precisely* that value when it starts up +again. If you do this, you are on your own! Note that, on some systems, the code you place in site-init.el must not use expand-file-name or any other function which may look |