From: Richard M. Stallman Date: Mon, 30 May 1994 11:47:07 +0000 (+0000) Subject: (Info-directory-list): Doc fix. X-Git-Tag: emacs-19.34~8100 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c11086b458aa6fa8ae4c6fb37d4ebf088b7fbfe;p=emacs.git (Info-directory-list): Doc fix. --- diff --git a/lisp/info.el b/lisp/info.el index 993a31c963e..5558ee39955 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -71,7 +71,7 @@ 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. The last element of `Info-default-directory-list' is the directory -where Emacs's installs the Info files that come with it. +where Emacs 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.")