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.
+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.
@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