From: Richard M. Stallman Date: Sat, 1 Jan 1994 15:29:27 +0000 (+0000) Subject: (Info-default-directory-list): Doc fix. X-Git-Tag: emacs-19.34~10446 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=feea21d147f3710eda5a0fd66a2c4a7fb563cd49;p=emacs.git (Info-default-directory-list): Doc fix. --- diff --git a/lisp/paths.el b/lisp/paths.el index 2f44f1680d5..aacbd366eb5 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -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.")