comparison src/paths.h.in @ 267:966663fcf606 r20-5b32

Import from CVS: tag r20-5b32
author cvs
date Mon, 13 Aug 2007 10:26:29 +0200
parents 850242ba4a81
children
comparison
equal deleted inserted replaced
266:18d185df8c54 267:966663fcf606
27 PATH_PREFIX The default value of `prefix-directory'. This is the 27 PATH_PREFIX The default value of `prefix-directory'. This is the
28 default root for everything. 28 default root for everything.
29 29
30 PATH_LOADSEARCH The default value of `load-path'. 30 PATH_LOADSEARCH The default value of `load-path'.
31 31
32 PATH_PACKAGEPATH The default value of `package-path'.
33
34 PATH_SITE The default location of site-specific Lisp files.
35
32 PATH_EXEC The default value of `exec-directory' and `exec-path'. 36 PATH_EXEC The default value of `exec-directory' and `exec-path'.
33 (exec-path also contains the value of whatever is in 37 (exec-path also contains the value of whatever is in
34 the PATH environment variable.) 38 the PATH environment variable.)
35 39
36 PATH_DATA The default value of `data-directory'. This 40 PATH_DATA The default value of `data-directory'. This
40 PATH_LOCK The name of the directory that contains lock files 44 PATH_LOCK The name of the directory that contains lock files
41 with which we record what files are being modified in 45 with which we record what files are being modified in
42 Emacs. This directory should be writable by everyone. 46 Emacs. This directory should be writable by everyone.
43 If this is specified, the string must end with a slash! 47 If this is specified, the string must end with a slash!
44 48
45 PATH_SUPERLOCK The name of the file !!!SuperLock!!! in the lock
46 directory. You probably should let this default...
47
48 PATH_INFO This is where the info documentation is installed. 49 PATH_INFO This is where the info documentation is installed.
49 50
50 PATH_INFOPATH The default value of `Info-directory-list'. 51 PATH_INFOPATH The default value of `Info-directory-list'.
51 These are additional places info files are searched 52 These are additional places info files are searched
52 for. */ 53 for. */