aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-05-30 20:41:05 +0000
committerGerd Moellmann2000-05-30 20:41:05 +0000
commit79148ea7e87fc7db6992c79961e307a491a28727 (patch)
tree160dce4da5ccf743a0bcb4aead8f854c531989fe
parent395f3b7f8874098dce6a66af49c56e5e493a9139 (diff)
downloademacs-79148ea7e87fc7db6992c79961e307a491a28727.tar.gz
emacs-79148ea7e87fc7db6992c79961e307a491a28727.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--man/ChangeLog5
-rw-r--r--man/info.texi10
3 files changed, 19 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d2c83bb2046..4583b6ba454 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12000-05-30 Gerd Moellmann <gerd@gnu.org> 12000-05-30 Gerd Moellmann <gerd@gnu.org>
2 2
3 * progmodes/perl-mode.el (perl-indent-line): When looking for a
4 label, ensure that the first colon isn't followed by another.
5
6 * paths.el (Info-default-directory-list): Doc fix.
7
3 * net/net-utils.el (finger-X.500-host-regexps): New user-option. 8 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
4 (finger): If HOST matches a regexp from finger-X.500-host-regexps, 9 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
5 send a query containing USER only, not USER@HOST. 10 send a query containing USER only, not USER@HOST.
diff --git a/man/ChangeLog b/man/ChangeLog
index 3c052888b23..45850586f46 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12000-05-30 Gerd Moellmann <gerd@gnu.org>
2
3 * info.texi: Clarify description of Info-directory-list,
4 add description of Info-additional-directory-list.
5
12000-05-25 Gerd Moellmann <gerd@gnu.org> 62000-05-25 Gerd Moellmann <gerd@gnu.org>
2 7
3 * eudc.texi: Fix @direntry, add @dircategory. 8 * eudc.texi: Fix @direntry, add @dircategory.
diff --git a/man/info.texi b/man/info.texi
index 30997676f1a..9d02e72ec35 100644
--- a/man/info.texi
+++ b/man/info.texi
@@ -938,11 +938,19 @@ selected.
938 938
939@item Info-directory-list 939@item Info-directory-list
940The list of directories to search for Info files. Each element is a 940The list of directories to search for Info files. Each element is a
941string (directory name) or @code{nil} (try default directory). 941string (directory name) or @code{nil} (try default directory). If not
942initialized Info uses the environment variable @env{INFOPATH} to
943initialize it, or @code{Info-default-directory-list} if there is no
944@env{INFOPATH} variable in the environment.
945
946@item Info-additional-directory-list
947A list of additional directories to search for Info documentation files.
948These directories are not searched for merging the @file{dir} file.
942 949
943@item Info-directory 950@item Info-directory
944The standard directory for Info documentation files. Only used when the 951The standard directory for Info documentation files. Only used when the
945function @code{Info-directory} is called. 952function @code{Info-directory} is called.
953
946@end table 954@end table
947 955
948@node Create an Info File, , Advanced Info, Top 956@node Create an Info File, , Advanced Info, Top