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
778911b9
Commit
778911b9
authored
Sep 01, 2000
by
Eli Zaretskii
Browse files
(Info-directory-list): Doc fix.
parent
546c0888
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
5 deletions
+15
-5
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/info.el
lisp/info.el
+11
-5
No files found.
lisp/ChangeLog
View file @
778911b9
2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
* info.el (Info-directory-list): Doc fix.
2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
* filecache.el (file-cache-add-directory-using-find): Don't quote
...
...
lisp/info.el
View file @
778911b9
...
...
@@ -88,13 +88,19 @@ The Lisp code is executed when the node is selected.")
nil means not yet initialized. In this case, Info uses the environment
variable INFOPATH to initialize it, or `Info-default-directory-list'
if there is no INFOPATH variable in the environment.
The last element of `Info-default-directory-list' is the directory
where Emacs installs the Info files that come with it.
When `Info-directory-list' is initialized from the value of
`Info-default-directory-list', the first element of the resulting
list is the directory where Emacs installs the Info files that
come with it. This is so that Emacs's own manual, which suits the
version of Emacs you are using, will always be found first. (If
you want to override that, set INFOPATH in the environment.)
If you run the Emacs executable from the `src' directory in the Emacs
source tree, the `info' directory in the source tree is used as the last
element, in place of the installation Info directory. This is useful
when you run a version of Emacs without installing it."
)
source tree, and INFOPATH is not defined, the `info' directory in the
source tree is used as the first element of `Info-directory-list', in
place of the installation Info directory. This is useful when you run
a version of Emacs without installing it."
)
(
defcustom
Info-additional-directory-list
nil
"List of additional directories to search for Info documentation files.
...
...
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