emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/emacs ChangeLog custom.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/emacs ChangeLog custom.texi
Date: Thu, 04 Jun 2009 03:13:29 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/06/04 03:13:28

Modified files:
        doc/emacs      : ChangeLog custom.texi 

Log message:
        * custom.texi (Init Examples): Add example of changing load-path.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/ChangeLog?cvsroot=emacs&r1=1.325&r2=1.326
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/custom.texi?cvsroot=emacs&r1=1.21&r2=1.22

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/ChangeLog,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -b -r1.325 -r1.326
--- ChangeLog   4 Jun 2009 03:06:17 -0000       1.325
+++ ChangeLog   4 Jun 2009 03:13:28 -0000       1.326
@@ -1,5 +1,7 @@
 2009-06-04  Chong Yidong  <address@hidden>
 
+       * custom.texi (Init Examples): Add example of changing load-path.
+
        * building.texi (Lisp Libraries): Add example of changing
        load-path (Bug#3446).
 

Index: custom.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/custom.texi,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- custom.texi 8 Jan 2009 05:28:47 -0000       1.21
+++ custom.texi 4 Jun 2009 03:13:28 -0000       1.22
@@ -2234,6 +2234,15 @@
 
 @itemize @bullet
 @item
+Add a directory to the variable @code{load-path}.  You can then put
+Lisp libraries that are not included with Emacs in this directory, and
+load them with @kbd{M-x load-library}.  @xref{Lisp Libraries}.
+
address@hidden
+(add-to-list 'load-path "/path/to/lisp/libraries")
address@hidden example
+
address@hidden
 Make @key{TAB} in C mode just insert a tab if point is in the middle of a
 line.
 




reply via email to

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