Mercurial > emacs
comparison lisp/info.el @ 8461:c88361c3b940
(Info-directory-list): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 06 Aug 1994 02:58:22 +0000 |
parents | c10b35194993 |
children | 7f28030d9529 |
comparison
equal
deleted
inserted
replaced
8460:5fd799a9946e | 8461:c88361c3b940 |
---|---|
82 nil means not yet initialized. In this case, Info uses the environment | 82 nil means not yet initialized. In this case, Info uses the environment |
83 variable INFOPATH to initialize it, or `Info-default-directory-list' | 83 variable INFOPATH to initialize it, or `Info-default-directory-list' |
84 if there is no INFOPATH variable in the environment. | 84 if there is no INFOPATH variable in the environment. |
85 The last element of `Info-default-directory-list' is the directory | 85 The last element of `Info-default-directory-list' is the directory |
86 where Emacs installs the Info files that come with it. | 86 where Emacs installs the Info files that come with it. |
87 If Emacs finds it has been installed elsewhere, or not yet installed, | 87 |
88 it replaces that element with the directory that its Info files are in.") | 88 If you run the Emacs executable from the `src' directory in the Emacs |
89 source tree, the `info' directory in the source tree is used as the last | |
90 element, in place of the installation Info directory. This is useful | |
91 when you run a version of Emacs without installing it.") | |
89 | 92 |
90 (defvar Info-current-file nil | 93 (defvar Info-current-file nil |
91 "Info file that Info is now looking at, or nil.") | 94 "Info file that Info is now looking at, or nil.") |
92 | 95 |
93 (defvar Info-current-subfile nil | 96 (defvar Info-current-subfile nil |