diff options
| -rw-r--r-- | lisp/paths.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index 08911c8be7d..b2b32ac2e4f 100644 --- a/lisp/paths.el +++ b/lisp/paths.el | |||
| @@ -51,7 +51,7 @@ | |||
| 51 | (not (string= configure-info-directory usrdir)) | 51 | (not (string= configure-info-directory usrdir)) |
| 52 | (list usrdir))) | 52 | (list usrdir))) |
| 53 | (configdir (file-name-as-directory configure-info-directory))) | 53 | (configdir (file-name-as-directory configure-info-directory))) |
| 54 | (setq start (nconc start (list configdir) sysdir)) | 54 | (setq start (nconc start sysdir (list configdir))) |
| 55 | start) | 55 | start) |
| 56 | "Default list of directories to search for Info documentation files. | 56 | "Default list of directories to search for Info documentation files. |
| 57 | They are searched in the order they are given in the list. | 57 | They are searched in the order they are given in the list. |