diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 2 |
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. */); | |||
| 4922 | If the file loaded had extension `.elc', and the corresponding source file | 4922 | If the file loaded had extension `.elc', and the corresponding source file |
| 4923 | exists, this variable contains the name of source file, suitable for use | 4923 | exists, this variable contains the name of source file, suitable for use |
| 4924 | by functions like `custom-save-all' which edit the init file. | 4924 | by functions like `custom-save-all' which edit the init file. |
| 4925 | While Emacs loads and evaluates the init file, value is the real name | 4925 | While Emacs loads and evaluates any init file, value is the real name |
| 4926 | of the file, regardless of whether or not it has the `.elc' extension. */); | 4926 | of the file, regardless of whether or not it has the `.elc' extension. */); |
| 4927 | Vuser_init_file = Qnil; | 4927 | Vuser_init_file = Qnil; |
| 4928 | 4928 | ||