comparison src/lread.c @ 1887:ab56990c27c4

(syms_of_lread): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 18 Feb 1993 06:26:16 +0000
parents e31051f17b9d
children 21bd3a2189d3
comparison
equal deleted inserted replaced
1886:dd2e31cbf205 1887:ab56990c27c4
1661 1661
1662 DEFVAR_LISP ("load-path", &Vload_path, 1662 DEFVAR_LISP ("load-path", &Vload_path,
1663 "*List of directories to search for files to load.\n\ 1663 "*List of directories to search for files to load.\n\
1664 Each element is a string (directory name) or nil (try default directory).\n\ 1664 Each element is a string (directory name) or nil (try default directory).\n\
1665 Initialized based on EMACSLOADPATH environment variable, if any,\n\ 1665 Initialized based on EMACSLOADPATH environment variable, if any,\n\
1666 otherwise to default specified in by file `paths.h' when Emacs was built."); 1666 otherwise to default specified by file `paths.h' when Emacs was built.");
1667 1667
1668 DEFVAR_BOOL ("load-in-progress", &load_in_progress, 1668 DEFVAR_BOOL ("load-in-progress", &load_in_progress,
1669 "Non-nil iff inside of `load'."); 1669 "Non-nil iff inside of `load'.");
1670 1670
1671 DEFVAR_LISP ("after-load-alist", &Vafter_load_alist, 1671 DEFVAR_LISP ("after-load-alist", &Vafter_load_alist,