diff lisp/info.el @ 243:f220cc83d72e r20-5b20

Import from CVS: tag r20-5b20
author cvs
date Mon, 13 Aug 2007 10:17:07 +0200
parents 41f2f0e326e9
children 727739f917cb
line wrap: on
line diff
--- a/lisp/info.el	Mon Aug 13 10:16:17 2007 +0200
+++ b/lisp/info.el	Mon Aug 13 10:17:07 2007 +0200
@@ -379,13 +379,14 @@
   "*List of directories to search for Info documents, and `dir' or `localdir' files.
 The value of `Info-default-directory-list' will be initialized to a
 reasonable default by the startup code, and usually doesn't need to be
-changed in your personal configuration, though you may do so if you like.
+changed in your personal configuration, though you may do so if you
+like, and this is where to do that.
 
 The first directory on this list must contain a `dir' file like the one
 supplied with XEmacs, which will be used as the (dir)Top node.
 
-For more information, see the documentation to the variable:
-`Info-directory-list'.")
+For more information, see the documentation to the variables:
+`Info-additional-search-directory-list' and `Info-directory-list'.")
 
 (defcustom Info-additional-search-directory-list nil
   "*List of additional directories to search for Info documentation
@@ -405,10 +406,12 @@
 	(split-string path path-separator)
       Info-default-directory-list))
   "List of directories to search for Info documentation files.
-Default is to use the environment variable INFOPATH if it exists,
-else to use `Info-default-directory-list'.
-The first directory in this list, the \"dir\" file there will become
-the (dir)Top node of the Info documentation tree.")
+
+The default is to use the environment variable INFOPATH if it exists,
+else to use `Info-default-directory-list'.  The first directory in
+this list, the \"dir\" file there will become the (dir)Top node of the
+Info documentation tree.  If you wish to modify the info search path,
+use `M-x customize-variable, Info-default-directory-list' to do so.")
 
 (defcustom Info-localdir-heading-regexp
     "^Locally installed XEmacs Packages:?"