diff options
| -rw-r--r-- | lisp/info.el | 2 |
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 | |||
| 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 | 73 | The last element of `Info-default-directory-list' is the directory |
| 74 | where Emacs's installs the Info files that come with it. | 74 | where Emacs installs the Info files that come with it. |
| 75 | If Emacs finds it has been installed elsewhere, or not yet installed, | 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.") | 76 | it replaces that element with the directory that its Info files are in.") |
| 77 | 77 | ||