# HG changeset patch # User Chong Yidong # Date 1244084837 0 # Node ID 73c56f47ad800f05272fd2457477bd369e372ab6 # Parent e40e0e5e2eda1c1569691b900d81e4b890ec4cf8 Clarify last change. diff -r e40e0e5e2eda -r 73c56f47ad80 doc/emacs/building.texi --- 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