# HG changeset patch # User Richard M. Stallman # Date 757438167 0 # Node ID b8b672fe2075edd65ea4c62d74d68dce6f5d25b7 # Parent a609e717764d8d5e7531c20f819f2c2129cd0f4d (Info-default-directory-list): Doc fix. diff -r a609e717764d -r b8b672fe2075 lisp/paths.el --- a/lisp/paths.el Sat Jan 01 15:12:52 1994 +0000 +++ b/lisp/paths.el Sat Jan 01 15:29:27 1994 +0000 @@ -42,7 +42,10 @@ (nconc start (list (expand-file-name "../info/" data-directory))))) start) - "List of directories to search for Info documentation files.") + "List of directories to search for Info documentation files. +They are searched in the order they are given in this list. +Therefore, the directory of Info files that come with Emacs +normally should come last (so that local files override standard ones).") (defvar news-path "/usr/spool/news/" "The root directory below which all news files are stored.")