aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-06-04 03:07:17 +0000
committerChong Yidong2009-06-04 03:07:17 +0000
commitf3ed4f26ef24b31fcd780aeb338e0942f4324a38 (patch)
tree30c57a7a89805d2e5fc2792173c09c2410a356be
parent1557ef4f922c9e8b408e00a941433ab0f320ed2e (diff)
downloademacs-f3ed4f26ef24b31fcd780aeb338e0942f4324a38.tar.gz
emacs-f3ed4f26ef24b31fcd780aeb338e0942f4324a38.zip
Clarify last change.
-rw-r--r--doc/emacs/building.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index ff682948bb5..ee5150ee9fb 100644
--- a/doc/emacs/building.texi
+++ b/doc/emacs/building.texi
@@ -1253,11 +1253,11 @@ recompile it until they think it is ready to use.
1253@vindex load-path 1253@vindex load-path
1254 The variable @code{load-path} specifies the sequence of directories 1254 The variable @code{load-path} specifies the sequence of directories
1255searched by @kbd{M-x load-library}. Its value should be a list of 1255searched by @kbd{M-x load-library}. Its value should be a list of
1256strings that are directory names, or @code{nil} for the current 1256strings that are directory names; in addition, @code{nil} in this list
1257default directory. (Generally, it is not a good idea to put 1257stands for the current default directory. (Generally, it is not a
1258@code{nil} in the list; if you find yourself wishing that @code{nil} 1258good idea to put @code{nil} in the list; if you find yourself wishing
1259were in the list, most likely what you really want is to do @kbd{M-x 1259that @code{nil} were in the list, most likely what you really want is
1260load-file} this once.) 1260to do @kbd{M-x load-file} this once.)
1261 1261
1262 The default value of @code{load-path} is a list of directories where 1262 The default value of @code{load-path} is a list of directories where
1263the Lisp code for Emacs itself is stored. If you have libraries of 1263the Lisp code for Emacs itself is stored. If you have libraries of