comparison lisp/paths.el @ 5405:b8b672fe2075

(Info-default-directory-list): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 01 Jan 1994 15:29:27 +0000
parents a38c30848cbe
children 722cd14b5f94
comparison
equal deleted inserted replaced
5404:a609e717764d 5405:b8b672fe2075
40 (or (member (expand-file-name "../info/" data-directory) start) 40 (or (member (expand-file-name "../info/" data-directory) start)
41 (setq start 41 (setq start
42 (nconc start 42 (nconc start
43 (list (expand-file-name "../info/" data-directory))))) 43 (list (expand-file-name "../info/" data-directory)))))
44 start) 44 start)
45 "List of directories to search for Info documentation files.") 45 "List of directories to search for Info documentation files.
46 They are searched in the order they are given in this list.
47 Therefore, the directory of Info files that come with Emacs
48 normally should come last (so that local files override standard ones).")
46 49
47 (defvar news-path "/usr/spool/news/" 50 (defvar news-path "/usr/spool/news/"
48 "The root directory below which all news files are stored.") 51 "The root directory below which all news files are stored.")
49 52
50 (defvar news-inews-program 53 (defvar news-inews-program