From d3a81eee72723a88f741c98fb6c0347b5132bf7a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 7 Jan 2006 15:12:32 +0000 Subject: [PATCH] (init-file-user): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/startup.el | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7eb0a8336b..59f1a820ed 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-01-07 Eli Zaretskii + + * startup.el (init-file-user): Doc fix. + 2006-01-07 Alex Schroeder * net/rcirc.el (rcirc-send-input): No longer check whether the diff --git a/lisp/startup.el b/lisp/startup.el index 5c98cd1eea..6ae35e39bb 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -202,9 +202,10 @@ the user's init file.") The value is nil if `-q' or `--no-init-file' was specified, meaning do not load any init file. -Otherwise, the value may be the null string, meaning use the init file -for the user that originally logged in, or it may be a -string containing a user's name meaning use that person's init file. +Otherwise, the value may be an empty string, meaning +use the init file for the user who originally logged in, +or it may be a string containing a user's name meaning +use that person's init file. In either of the latter cases, `(concat \"~\" init-file-user \"/\")' evaluates to the name of the directory where the `.emacs' file was -- 2.39.2