[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs/doc/emacs building.texi
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] emacs/doc/emacs building.texi |
Date: |
Thu, 04 Jun 2009 03:07:17 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Chong Yidong <cyd> 09/06/04 03:07:17
Modified files:
doc/emacs : building.texi
Log message:
Clarify last change.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/building.texi?cvsroot=emacs&r1=1.20&r2=1.21
Patches:
Index: building.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/building.texi,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- building.texi 4 Jun 2009 03:06:17 -0000 1.20
+++ building.texi 4 Jun 2009 03:07:17 -0000 1.21
@@ -1253,11 +1253,11 @@
@vindex load-path
The variable @code{load-path} specifies the sequence of directories
searched by @kbd{M-x load-library}. Its value should be a list of
-strings that are directory names, or @code{nil} for the current
-default directory. (Generally, it is not a good idea to put
address@hidden in the list; if you find yourself wishing that @code{nil}
-were in the list, most likely what you really want is to do @kbd{M-x
-load-file} this once.)
+strings that are directory names; in addition, @code{nil} in this list
+stands for the current default directory. (Generally, it is not a
+good idea to put @code{nil} in the list; if you find yourself wishing
+that @code{nil} were in the list, most likely what you really want is
+to do @kbd{M-x load-file} this once.)
The default value of @code{load-path} is a list of directories where
the Lisp code for Emacs itself is stored. If you have libraries of
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs/doc/emacs building.texi,
Chong Yidong <=