# HG changeset patch # User Eli Zaretskii # Date 1136646718 0 # Node ID ec8a77d4aadf9e3a9f27801fd5e509b2f3b2ace6 # Parent f9bd25bc28cc05ee8f23d23aa411df3e3243184e (init-file-user): Doc fix. diff -r f9bd25bc28cc -r ec8a77d4aadf lisp/startup.el --- a/lisp/startup.el Sat Jan 07 02:51:45 2006 +0000 +++ b/lisp/startup.el Sat Jan 07 15:11:58 2006 +0000 @@ -202,9 +202,10 @@ 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