aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index bc506cc84cf..2fd5dba2427 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -98,7 +98,7 @@ A header-line does not scroll with the rest of the buffer."
98 98
99(defvar Info-directory-list nil 99(defvar Info-directory-list nil
100 "List of directories to search for Info documentation files. 100 "List of directories to search for Info documentation files.
101nil means not yet initialized. In this case, Info uses the environment 101If nil, meaning not yet initialized, Info uses the environment
102variable INFOPATH to initialize it, or `Info-default-directory-list' 102variable INFOPATH to initialize it, or `Info-default-directory-list'
103if there is no INFOPATH variable in the environment. 103if there is no INFOPATH variable in the environment.
104 104