Mercurial > emacs
changeset 68081:ec8a77d4aadf
(init-file-user): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 07 Jan 2006 15:11:58 +0000 |
parents | f9bd25bc28cc |
children | dfbba4e99c09 |
files | lisp/startup.el |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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