aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lread.c b/src/lread.c
index a98fa6199f1..1119f3fdfd4 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -4479,8 +4479,10 @@ were read in. */);
4479 4479
4480 DEFVAR_LISP ("load-path", Vload_path, 4480 DEFVAR_LISP ("load-path", Vload_path,
4481 doc: /* List of directories to search for files to load. 4481 doc: /* List of directories to search for files to load.
4482Each element is a string (directory name) or nil (meaning `default-directory'). 4482Each element is a string (directory file name) or nil (meaning
4483Initialized during startup as described in Info node `(elisp)Library Search'. */); 4483`default-directory'). Initialized during startup as described in Info
4484node `(elisp)Library Search'. Use `directory-file-name' when adding items
4485to this path. */);
4484 4486
4485 DEFVAR_LISP ("load-suffixes", Vload_suffixes, 4487 DEFVAR_LISP ("load-suffixes", Vload_suffixes,
4486 doc: /* List of suffixes for (compiled or source) Emacs Lisp files. 4488 doc: /* List of suffixes for (compiled or source) Emacs Lisp files.