]> git.eshelyaron.com Git - emacs.git/commitdiff
(init-file-user): defcustom -> defvar.
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 12 Jan 2006 02:27:00 +0000 (02:27 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 12 Jan 2006 02:27:00 +0000 (02:27 +0000)
lisp/startup.el

index 6ae35e39bbc146202eb6da57eafb910c9150db12..bc00dc36ba63b397fbadb70a9c5dad9d577a6100 100644 (file)
@@ -197,7 +197,7 @@ the user's init file.")
   :type 'function
   :group 'initialization)
 
-(defcustom init-file-user nil
+(defvar init-file-user nil
   "Identity of user whose `.emacs' file is or was read.
 The value is nil if `-q' or `--no-init-file' was specified,
 meaning do not load any init file.
@@ -212,9 +212,7 @@ evaluates to the name of the directory where the `.emacs' file was
 looked for.
 
 Setting `init-file-user' does not prevent Emacs from loading
-`site-start.el'.  The only way to do that is to use `--no-site-file'."
-  :type '(choice (const :tag "none" nil) string)
-  :group 'initialization)
+`site-start.el'.  The only way to do that is to use `--no-site-file'.")
 
 (defcustom site-run-file "site-start"
   "File containing site-wide run-time initializations.