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
79148ea7
Commit
79148ea7
authored
May 30, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
395f3b7f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
1 deletion
+19
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
man/ChangeLog
man/ChangeLog
+5
-0
man/info.texi
man/info.texi
+9
-1
No files found.
lisp/ChangeLog
View file @
79148ea7
2000-05-30 Gerd Moellmann <gerd@gnu.org>
* progmodes/perl-mode.el (perl-indent-line): When looking for a
label, ensure that the first colon isn't followed by another.
* paths.el (Info-default-directory-list): Doc fix.
* net/net-utils.el (finger-X.500-host-regexps): New user-option.
(finger): If HOST matches a regexp from finger-X.500-host-regexps,
send a query containing USER only, not USER@HOST.
...
...
man/ChangeLog
View file @
79148ea7
2000-05-30 Gerd Moellmann <gerd@gnu.org>
* info.texi: Clarify description of Info-directory-list,
add description of Info-additional-directory-list.
2000-05-25 Gerd Moellmann <gerd@gnu.org>
* eudc.texi: Fix @direntry, add @dircategory.
...
...
man/info.texi
View file @
79148ea7
...
...
@@ -938,11 +938,19 @@ selected.
@item Info-directory-list
The list of directories to search for Info files. Each element is a
string (directory name) or @code
{
nil
}
(try default directory).
string (directory name) or @code
{
nil
}
(try default directory). If not
initialized Info uses the environment variable @env
{
INFOPATH
}
to
initialize it, or @code
{
Info-default-directory-list
}
if there is no
@env
{
INFOPATH
}
variable in the environment.
@item Info-additional-directory-list
A list of additional directories to search for Info documentation files.
These directories are not searched for merging the @file
{
dir
}
file.
@item Info-directory
The standard directory for Info documentation files. Only used when the
function @code
{
Info-directory
}
is called.
@end table
@node Create an Info File, , Advanced Info, Top
...
...
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