aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/info.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/man/info.texi b/man/info.texi
index e3988940a00..9b6d508535c 100644
--- a/man/info.texi
+++ b/man/info.texi
@@ -6,7 +6,7 @@
6@syncodeindex vr cp 6@syncodeindex vr cp
7@syncodeindex ky cp 7@syncodeindex ky cp
8@comment %**end of header 8@comment %**end of header
9@comment $Id: info.texi,v 1.16 2001/09/19 20:21:02 rms Exp $ 9@comment $Id: info.texi,v 1.17 2001/09/26 15:26:30 eliz Exp $
10 10
11@dircategory Texinfo documentation system 11@dircategory Texinfo documentation system
12@direntry 12@direntry
@@ -1265,6 +1265,10 @@ initialized Info uses the environment variable @env{INFOPATH} to
1265initialize it, or @code{Info-default-directory-list} if there is no 1265initialize it, or @code{Info-default-directory-list} if there is no
1266@env{INFOPATH} variable in the environment. 1266@env{INFOPATH} variable in the environment.
1267 1267
1268If you wish to customize the Info directory search list for both Emacs
1269info and stand-alone Info, it is best to set the @env{INFOPATH}
1270environment variable, since that applies to both programs.
1271
1268@item Info-additional-directory-list 1272@item Info-additional-directory-list
1269A list of additional directories to search for Info documentation files. 1273A list of additional directories to search for Info documentation files.
1270These directories are not searched for merging the @file{dir} file. 1274These directories are not searched for merging the @file{dir} file.