]> code.delx.au - gnu-emacs/commitdiff
(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 7eb0a8336b7fd02ef97f4f954c504bfec87d4f5d..59f1a820ed728b5a01d5370d7d1612ac422ff858 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 5c98cd1eea87ca632130013b5bb296798dbd8d96..6ae35e39bbc146202eb6da57eafb910c9150db12 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