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 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
71variable INFOPATH to initialize it, or `Info-default-directory-list' 71variable INFOPATH to initialize it, or `Info-default-directory-list'
72if there is no INFOPATH variable in the environment. 72if there is no INFOPATH variable in the environment.
73The last element of `Info-default-directory-list' is the directory 73The last element of `Info-default-directory-list' is the directory
74where Emacs's installs the Info files that come with it. 74where Emacs installs the Info files that come with it.
75If Emacs finds it has been installed elsewhere, or not yet installed, 75If Emacs finds it has been installed elsewhere, or not yet installed,
76it replaces that element with the directory that its Info files are in.") 76it replaces that element with the directory that its Info files are in.")
77 77