diff options
| author | Richard M. Stallman | 1995-05-07 04:36:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-05-07 04:36:44 +0000 |
| commit | 0d75540def4784e92671a7a2a4048e226935cc6e (patch) | |
| tree | 1b3fa2285ae269f7040a0b4191cab79536434475 | |
| parent | f52cca033359658c0922618467347de9b1e4f3d0 (diff) | |
| download | emacs-0d75540def4784e92671a7a2a4048e226935cc6e.tar.gz emacs-0d75540def4784e92671a7a2a4048e226935cc6e.zip | |
Clarify effect of setting load-path before dumping.
| -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 | |||
| 152 | src/Makefile.in.in if you wish to figure out how to do that). For all | 152 | src/Makefile.in.in if you wish to figure out how to do that). For all |
| 153 | else, use site-init.el. | 153 | else, use site-init.el. |
| 154 | 154 | ||
| 155 | If you set load-path in site-init.el or site-load.el, Emacs will use | 155 | If 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, | 156 | site-load.el, Emacs will use *precisely* that value when it starts up |
| 157 | you are on your own! | 157 | again. If you do this, you are on your own! |
| 158 | 158 | ||
| 159 | Note that, on some systems, the code you place in site-init.el must | 159 | Note that, on some systems, the code you place in site-init.el must |
| 160 | not use expand-file-name or any other function which may look | 160 | not use expand-file-name or any other function which may look |