From 2bdfaa420caf00148bcc07e2694b12f5ae67c49a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 20 Apr 1994 06:13:43 +0000 Subject: [PATCH] (init-file-user): Doc fix. --- lisp/startup.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lisp/startup.el b/lisp/startup.el index 8ef326bb2ad..6322cef428a 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -119,12 +119,13 @@ the user's init file.") (defvar init-file-user nil "Identity of user whose `.emacs' file is or was read. -The value may be the null string or a string containing a user's name. -If the value is a null string, it means that the init file was taken from -the user that originally logged in. +The value is nil if no init file is being used; otherwise, it may be either +the null string, meaning that the init file was taken from the user that +originally logged in, or it may be a string containing a user's name. -In all cases, `(concat \"~\" init-file-user \"/\")' evaluates to the -directory name of the directory where the `.emacs' file was looked for.") +In either of the latter cases, `(concat \"~\" init-file-user \"/\")' +evaluates to the name of the directory where the `.emacs' file was +looked for.") (defvar site-run-file "site-start" "File containing site-wide run-time initializations. -- 2.39.5