(Info-default-directory-list): Put sysdir after start.
(not (string= configure-info-directory usrdir))
(list usrdir)))
(configdir (file-name-as-directory configure-info-directory)))
- (setq start (nconc start (list configdir) sysdir))
+ (setq start (nconc start sysdir (list configdir)))
start)
"Default list of directories to search for Info documentation files.
They are searched in the order they are given in the list.