changeset 103316:73c56f47ad80

Clarify last change.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 04 Jun 2009 03:07:17 +0000
parents e40e0e5e2eda
children fd724c60cb3e
files doc/emacs/building.texi
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/building.texi	Thu Jun 04 03:06:17 2009 +0000
+++ b/doc/emacs/building.texi	Thu Jun 04 03:07:17 2009 +0000
@@ -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
-@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.)
+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