aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorChong Yidong2012-07-07 17:51:59 +0800
committerChong Yidong2012-07-07 17:51:59 +0800
commitab4c47d38224bc57201e45fa0918ca708bcf7054 (patch)
tree5886856aaa794c7b889393be5cc4342f61c74104 /doc/lispref
parent621b9d6c7e08cc8d0f79804a6ff78f159995af72 (diff)
downloademacs-ab4c47d38224bc57201e45fa0918ca708bcf7054.tar.gz
emacs-ab4c47d38224bc57201e45fa0918ca708bcf7054.zip
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')
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/loading.texi1
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 62b86e756cf..1faf9e04ec1 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12012-07-07 Chong Yidong <cyd@gnu.org>
2
3 * loading.texi (Library Search): Index site-lisp directories.
4
12012-07-06 Chong Yidong <cyd@gnu.org> 52012-07-06 Chong Yidong <cyd@gnu.org>
2 6
3 * intro.texi (A Sample Function Description): Fix incorrect 7 * intro.texi (A Sample Function Description): Fix incorrect
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}:
262setenv EMACSLOADPATH /home/foo/.emacs.d/lisp:/opt/emacs/lisp 262setenv EMACSLOADPATH /home/foo/.emacs.d/lisp:/opt/emacs/lisp
263@end example 263@end example
264 264
265@cindex site-lisp directories
265 If @env{EMACSLOADPATH} is not set (which is usually the case), Emacs 266 If @env{EMACSLOADPATH} is not set (which is usually the case), Emacs
266initializes @code{load-path} with the following two directories: 267initializes @code{load-path} with the following two directories:
267 268