(init-file-user): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Jan 2006 15:12:32 +0000 (15:12 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Jan 2006 15:12:32 +0000 (15:12 +0000)
lisp/ChangeLog
lisp/startup.el

index 7eb0a83..59f1a82 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * startup.el (init-file-user): Doc fix.
+
 2006-01-07  Alex Schroeder  <alex@gnu.org>
 
        * net/rcirc.el (rcirc-send-input): No longer check whether the
index 5c98cd1..6ae35e3 100644 (file)
@@ -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