emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108932: Add "site-lisp" to manual in


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108932: Add "site-lisp" to manual indices.
Date: Sat, 07 Jul 2012 17:51:59 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108932
fixes bug: http://debbugs.gnu.org/11435
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2012-07-07 17:51:59 +0800
message:
  Add "site-lisp" to manual indices.
  
  * custom.texi (Init File): Index site-lisp.
  
  * doc/lispref/loading.texi (Library Search): Index site-lisp directories.
modified:
  doc/emacs/ChangeLog
  doc/emacs/custom.texi
  doc/lispref/ChangeLog
  doc/lispref/loading.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2012-07-06 04:48:35 +0000
+++ b/doc/emacs/ChangeLog       2012-07-07 09:51:59 +0000
@@ -1,3 +1,7 @@
+2012-07-07  Chong Yidong  <address@hidden>
+
+       * custom.texi (Init File): Index site-lisp (Bug#11435).
+
 2012-07-06  Chong Yidong  <address@hidden>
 
        * emacs.texi: Re-order top-level menu to correspond to logical

=== modified file 'doc/emacs/custom.texi'
--- a/doc/emacs/custom.texi     2012-06-17 05:13:40 +0000
+++ b/doc/emacs/custom.texi     2012-07-07 09:51:59 +0000
@@ -2103,11 +2103,12 @@
 better to put them in @file{default.el}, so that users can more easily
 override them.
 
address@hidden 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

=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-07-06 04:25:04 +0000
+++ b/doc/lispref/ChangeLog     2012-07-07 09:51:59 +0000
@@ -1,3 +1,7 @@
+2012-07-07  Chong Yidong  <address@hidden>
+
+       * loading.texi (Library Search): Index site-lisp directories.
+
 2012-07-06  Chong Yidong  <address@hidden>
 
        * intro.texi (A Sample Function Description): Fix incorrect

=== modified file 'doc/lispref/loading.texi'
--- a/doc/lispref/loading.texi  2012-06-17 05:13:40 +0000
+++ b/doc/lispref/loading.texi  2012-07-07 09:51:59 +0000
@@ -262,6 +262,7 @@
 setenv EMACSLOADPATH /home/foo/.emacs.d/lisp:/opt/emacs/lisp
 @end example
 
address@hidden site-lisp directories
   If @env{EMACSLOADPATH} is not set (which is usually the case), Emacs
 initializes @code{load-path} with the following two directories:
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]