]> git.eshelyaron.com Git - emacs.git/commitdiff
Add "site-lisp" to manual indices.
authorChong Yidong <cyd@gnu.org>
Sat, 7 Jul 2012 09:51:59 +0000 (17:51 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 7 Jul 2012 09:51:59 +0000 (17:51 +0800)
* custom.texi (Init File): Index site-lisp.

* doc/lispref/loading.texi (Library Search): Index site-lisp directories.

Fixes: debbugs:11435
doc/emacs/ChangeLog
doc/emacs/custom.texi
doc/lispref/ChangeLog
doc/lispref/loading.texi

index e92edfd64b1aa1f71616b96f8433adfe38431232..311a28a3e39e6584c766d7a384372ea587bd7d1f 100644 (file)
@@ -1,3 +1,7 @@
+2012-07-07  Chong Yidong  <cyd@gnu.org>
+
+       * custom.texi (Init File): Index site-lisp (Bug#11435).
+
 2012-07-06  Chong Yidong  <cyd@gnu.org>
 
        * emacs.texi: Re-order top-level menu to correspond to logical
index e46ffe4a18691228c9cc5e69498f60ab6dea8cca..f352898a4d4963baa46361505b7da45033deaf28 100644 (file)
@@ -2103,11 +2103,12 @@ loading of this library, use the option @samp{--no-site-file}.
 better to put them in @file{default.el}, so that users can more easily
 override them.
 
+@cindex site-lisp directories
   You can place @file{default.el} and @file{site-start.el} in any of
 the directories which Emacs searches for Lisp libraries.  The variable
 @code{load-path} (@pxref{Lisp Libraries}) specifies these directories.
-Many sites put these files in the @file{site-lisp} subdirectory of the
-Emacs installation directory, typically
+Many sites put these files in a subdirectory named @file{site-lisp} in
+the Emacs installation directory, such as
 @file{/usr/local/share/emacs/site-lisp}.
 
   Byte-compiling your init file is not recommended (@pxref{Byte
index 62b86e756cf8da1b4ca2ca00efbf88ccaf04e01f..1faf9e04ec1d7ded32bf838bd0e1b7e9e62c2bb0 100644 (file)
@@ -1,3 +1,7 @@
+2012-07-07  Chong Yidong  <cyd@gnu.org>
+
+       * loading.texi (Library Search): Index site-lisp directories.
+
 2012-07-06  Chong Yidong  <cyd@gnu.org>
 
        * intro.texi (A Sample Function Description): Fix incorrect
index 0d3acf3a968567680496f12264ac825274bf2927..3c9bee96639934cfe1e7d5e90e08ba3bdf558af3 100644 (file)
@@ -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: