# HG changeset patch # User Richard M. Stallman # Date 770155568 0 # Node ID f2747ec591fdea1122cffda84a6b71e90cbe5025 # Parent a810335742bb48ba78bf6d676b5115d4e75796de (Info-directory-list): Doc fix. diff -r a810335742bb -r f2747ec591fd lisp/info.el --- a/lisp/info.el Sat May 28 18:37:06 1994 +0000 +++ b/lisp/info.el Sat May 28 20:06:08 1994 +0000 @@ -69,7 +69,11 @@ "List of directories to search for Info documentation files. nil means not yet initialized. In this case, Info uses the environment variable INFOPATH to initialize it, or `Info-default-directory-list' -if there is no INFOPATH variable in the environment.") +if there is no INFOPATH variable in the environment. +The last element of `Info-default-directory-list' is the directory +where Emacs's installs the Info files that come with it. +If Emacs finds it has been installed elsewhere, or not yet installed, +it replaces that element with the directory that its Info files are in.") (defvar Info-current-file nil "Info file that Info is now looking at, or nil.")