Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f3ed4f26
Commit
f3ed4f26
authored
Jun 04, 2009
by
Chong Yidong
Browse files
Clarify last change.
parent
1557ef4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/emacs/building.texi
doc/emacs/building.texi
+5
-5
No files found.
doc/emacs/building.texi
View file @
f3ed4f26
...
...
@@ -1253,11 +1253,11 @@ recompile it until they think it is ready to use.
@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 curren
t
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 lis
t
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment