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
e5bd2125
Commit
e5bd2125
authored
May 28, 1994
by
Richard M. Stallman
Browse files
(Info-directory-list): Doc fix.
parent
fd13dbb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
lisp/info.el
lisp/info.el
+5
-1
No files found.
lisp/info.el
View file @
e5bd2125
...
...
@@ -69,7 +69,11 @@ in paths.el.")
"List of directories to search for Info documentation files.
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."
)
if there is no INFOPATH variable in the environment.
The last element of `Info-default-directory-list' is the directory
where Emacs's installs the Info files that come with it.
If Emacs finds it has been installed elsewhere, or not yet installed,
it replaces that element with the directory that its Info files are in."
)
(
defvar
Info-current-file
nil
"Info file that Info is now looking at, or nil."
)
...
...
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