From 099de3907837d1eee8aae991ffeaefea706389bc Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 1 Feb 2007 22:06:46 +0000 Subject: [PATCH] (syms_of_lread) : Doc fix. Wording by Eli Zaretskii. --- src/ChangeLog | 5 +++++ src/lread.c | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 152b374e17d..515f5a334cb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-02-01 Juanma Barranquero + + * lread.c (syms_of_lread) : Doc fix. + Wording by Eli Zaretskii. + 2007-01-31 Jan Dj,Ad(Brv * gtkutil.c (update_frame_tool_bar): Initialize h/vmargin to 0. diff --git a/src/lread.c b/src/lread.c index b77a621f518..86b48a56396 100644 --- a/src/lread.c +++ b/src/lread.c @@ -4104,7 +4104,9 @@ directory. These file names are converted to absolute at startup. */); doc: /* File name, including directory, of user's initialization file. If the file loaded had extension `.elc', and the corresponding source file exists, this variable contains the name of source file, suitable for use -by functions like `custom-save-all' which edit the init file. */); +by functions like `custom-save-all' which edit the init file. +While Emacs loads and evaluates the init file, value is the real name +of the file, regardless of whether or not it has the `.elc' extension. */); Vuser_init_file = Qnil; DEFVAR_LISP ("current-load-list", &Vcurrent_load_list, -- 2.39.2