summaryrefslogtreecommitdiff
path: root/lispref/loading.texi
diff options
context:
space:
mode:
authorPhillip Rulon <pjr@gnu.org>1999-10-05 23:26:05 +0000
committerPhillip Rulon <pjr@gnu.org>1999-10-05 23:26:05 +0000
commita40d4712b29a99f060a32e8546d8b4522db4b284 (patch)
tree5d272ec75e9255e41b69e010f45bf198259db5b5 /lispref/loading.texi
parent46fe917b5aecf6fb0c850a744684ab40b56774b8 (diff)
downloademacs-a40d4712b29a99f060a32e8546d8b4522db4b284.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/loading.texi')
-rw-r--r--lispref/loading.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi
index 813e03338f6..4c7cb36d478 100644
--- a/lispref/loading.texi
+++ b/lispref/loading.texi
@@ -192,8 +192,9 @@ export EMACSLOADPATH
EMACSLOADPATH=.:/user/bil/emacs:/usr/local/share/emacs/20.3/lisp
@end smallexample
- Here is an example of code you can place in a @file{.emacs} file to add
-several directories to the front of your default @code{load-path}:
+ Here is an example of code you can place in your init file (@pxref{Init
+File}) to add several directories to the front of your default
+@code{load-path}:
@smallexample
@group