comparison src/lread.c @ 75594:8c74b56c521b

(syms_of_lread) <user-init-file>: Doc fix. Wording by Eli Zaretskii.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 01 Feb 2007 22:04:56 +0000
parents 3d45362f1d38
children ee1bb0e6b772
comparison
equal deleted inserted replaced
75593:b0ba0639a80c 75594:8c74b56c521b
4102 4102
4103 DEFVAR_LISP ("user-init-file", &Vuser_init_file, 4103 DEFVAR_LISP ("user-init-file", &Vuser_init_file,
4104 doc: /* File name, including directory, of user's initialization file. 4104 doc: /* File name, including directory, of user's initialization file.
4105 If the file loaded had extension `.elc', and the corresponding source file 4105 If the file loaded had extension `.elc', and the corresponding source file
4106 exists, this variable contains the name of source file, suitable for use 4106 exists, this variable contains the name of source file, suitable for use
4107 by functions like `custom-save-all' which edit the init file. */); 4107 by functions like `custom-save-all' which edit the init file.
4108 While Emacs loads and evaluates the init file, value is the real name
4109 of the file, regardless of whether or not it has the `.elc' extension. */);
4108 Vuser_init_file = Qnil; 4110 Vuser_init_file = Qnil;
4109 4111
4110 DEFVAR_LISP ("current-load-list", &Vcurrent_load_list, 4112 DEFVAR_LISP ("current-load-list", &Vcurrent_load_list,
4111 doc: /* Used for internal purposes by `load'. */); 4113 doc: /* Used for internal purposes by `load'. */);
4112 Vcurrent_load_list = Qnil; 4114 Vcurrent_load_list = Qnil;