Mercurial > emacs
comparison lisp/info.el @ 7739:f2747ec591fd
(Info-directory-list): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 28 May 1994 20:06:08 +0000 |
parents | 9439aeb622d7 |
children | 198dd616a588 |
comparison
equal
deleted
inserted
replaced
7738:a810335742bb | 7739:f2747ec591fd |
---|---|
67 Info-default-directory-list | 67 Info-default-directory-list |
68 (reverse (cons sibling (cdr (reverse Info-default-directory-list))))))) | 68 (reverse (cons sibling (cdr (reverse Info-default-directory-list))))))) |
69 "List of directories to search for Info documentation files. | 69 "List of directories to search for Info documentation files. |
70 nil means not yet initialized. In this case, Info uses the environment | 70 nil means not yet initialized. In this case, Info uses the environment |
71 variable INFOPATH to initialize it, or `Info-default-directory-list' | 71 variable INFOPATH to initialize it, or `Info-default-directory-list' |
72 if there is no INFOPATH variable in the environment.") | 72 if there is no INFOPATH variable in the environment. |
73 The last element of `Info-default-directory-list' is the directory | |
74 where Emacs's installs the Info files that come with it. | |
75 If Emacs finds it has been installed elsewhere, or not yet installed, | |
76 it replaces that element with the directory that its Info files are in.") | |
73 | 77 |
74 (defvar Info-current-file nil | 78 (defvar Info-current-file nil |
75 "Info file that Info is now looking at, or nil.") | 79 "Info file that Info is now looking at, or nil.") |
76 | 80 |
77 (defvar Info-current-subfile nil | 81 (defvar Info-current-subfile nil |