aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index 7cacd47d510..d009bd0cd2a 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -4922,7 +4922,7 @@ directory. These file names are converted to absolute at startup. */);
4922If the file loaded had extension `.elc', and the corresponding source file 4922If the file loaded had extension `.elc', and the corresponding source file
4923exists, this variable contains the name of source file, suitable for use 4923exists, this variable contains the name of source file, suitable for use
4924by functions like `custom-save-all' which edit the init file. 4924by functions like `custom-save-all' which edit the init file.
4925While Emacs loads and evaluates the init file, value is the real name 4925While Emacs loads and evaluates any init file, value is the real name
4926of the file, regardless of whether or not it has the `.elc' extension. */); 4926of the file, regardless of whether or not it has the `.elc' extension. */);
4927 Vuser_init_file = Qnil; 4927 Vuser_init_file = Qnil;
4928 4928