diff options
author | Chong Yidong <cyd@gnu.org> | 2012-07-07 17:51:59 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-07-07 17:51:59 +0800 |
commit | ab4c47d38224bc57201e45fa0918ca708bcf7054 (patch) | |
tree | 5886856aaa794c7b889393be5cc4342f61c74104 /doc/lispref/loading.texi | |
parent | 621b9d6c7e08cc8d0f79804a6ff78f159995af72 (diff) | |
download | emacs-ab4c47d38224bc57201e45fa0918ca708bcf7054.tar.gz |
Add "site-lisp" to manual indices.
* custom.texi (Init File): Index site-lisp.
* doc/lispref/loading.texi (Library Search): Index site-lisp directories.
Fixes: debbugs:11435
Diffstat (limited to 'doc/lispref/loading.texi')
-rw-r--r-- | doc/lispref/loading.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index 0d3acf3a968..3c9bee96639 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi @@ -262,6 +262,7 @@ Here is how to set it from @code{csh}: setenv EMACSLOADPATH /home/foo/.emacs.d/lisp:/opt/emacs/lisp @end example +@cindex site-lisp directories If @env{EMACSLOADPATH} is not set (which is usually the case), Emacs initializes @code{load-path} with the following two directories: |