comparison src/lread.c @ 28309:9c8f8c3fb131

(load-history): Fix doc string.
author Dave Love <fx@gnu.org>
date Sat, 25 Mar 2000 12:37:51 +0000
parents f37b25e59751
children ff71c3a83b75
comparison
equal deleted inserted replaced
28308:699ab30f49df 28309:9c8f8c3fb131
3431 "Alist mapping source file names to symbols and features.\n\ 3431 "Alist mapping source file names to symbols and features.\n\
3432 Each alist element is a list that starts with a file name,\n\ 3432 Each alist element is a list that starts with a file name,\n\
3433 except for one element (optional) that starts with nil and describes\n\ 3433 except for one element (optional) that starts with nil and describes\n\
3434 definitions evaluated from buffers not visiting files.\n\ 3434 definitions evaluated from buffers not visiting files.\n\
3435 The remaining elements of each list are symbols defined as functions\n\ 3435 The remaining elements of each list are symbols defined as functions\n\
3436 or variables, and cons cells `(provide . FEATURE)', `(require . FEATURE)', 3436 or variables, and cons cells `(provide . FEATURE)', `(require . FEATURE)',\n\
3437 and `(autoload . SYMBOL)'."); 3437 and `(autoload . SYMBOL)'.");
3438 Vload_history = Qnil; 3438 Vload_history = Qnil;
3439 3439
3440 DEFVAR_LISP ("load-file-name", &Vload_file_name, 3440 DEFVAR_LISP ("load-file-name", &Vload_file_name,
3441 "Full name of file being loaded by `load'."); 3441 "Full name of file being loaded by `load'.");