comparison src/lread.c @ 60069:edecd7c1824e

(syms_of_lread) <user-init-file>: Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 15 Feb 2005 06:44:50 +0000
parents f83ca2ccbeeb
children 008bb0675c5b 9684495d72bc 7e3f621f1dd4
comparison
equal deleted inserted replaced
60068:3e2faa2a85ed 60069:edecd7c1824e
3858 doc: /* Full name of file being loaded by `load'. */); 3858 doc: /* Full name of file being loaded by `load'. */);
3859 Vload_file_name = Qnil; 3859 Vload_file_name = Qnil;
3860 3860
3861 DEFVAR_LISP ("user-init-file", &Vuser_init_file, 3861 DEFVAR_LISP ("user-init-file", &Vuser_init_file,
3862 doc: /* File name, including directory, of user's initialization file. 3862 doc: /* File name, including directory, of user's initialization file.
3863 If the file loaded had extension `.elc' and there was a corresponding `.el' 3863 If the file loaded had extension `.elc', and the corresponding source file
3864 file, this variable contains the name of the .el file, suitable for use 3864 exists, this variable contains the name of source file, suitable for use
3865 by functions like `custom-save-all' which edit the init file. */); 3865 by functions like `custom-save-all' which edit the init file. */);
3866 Vuser_init_file = Qnil; 3866 Vuser_init_file = Qnil;
3867 3867
3868 DEFVAR_LISP ("current-load-list", &Vcurrent_load_list, 3868 DEFVAR_LISP ("current-load-list", &Vcurrent_load_list,
3869 doc: /* Used for internal purposes by `load'. */); 3869 doc: /* Used for internal purposes by `load'. */);