]> git.eshelyaron.com Git - emacs.git/commitdiff
(General Variables): Clarify the default location of $HOME on w32 systems.
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 Jul 2005 10:49:45 +0000 (10:49 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Jul 2005 10:49:45 +0000 (10:49 +0000)
man/cmdargs.texi

index 3823f56c4c6cb3ee9113eda37a831ec18a625b92..2dbdb5c58874bd4d8a1595c349149d24bc8c3b1b 100644 (file)
@@ -478,12 +478,15 @@ This variable defaults to @file{~/.bash_history} if you use Bash, to
 otherwise.
 @item HOME
 The location of the user's files in the directory tree; used for
-expansion of file names starting with a tilde (@file{~}).  On MS-DOS, it
-defaults to the directory from which Emacs was started, with @samp{/bin}
-removed from the end if it was present.  On Windows, the default value
-of @env{HOME} is the @file{Application Data} subdirectory of the user
-profile directory, though for backwards compatibility @file{C:/} will
-be used instead if a @file{.emacs} file is found there.
+expansion of file names starting with a tilde (@file{~}).  On MS-DOS,
+it defaults to the directory from which Emacs was started, with
+@samp{/bin} removed from the end if it was present.  On Windows, the
+default value of @env{HOME} is the @file{Application Data}
+subdirectory of the user profile directory (normally, this is
+@file{C:/Documents and Settings/@var{username}/Application Data},
+where @var{username} is your user name), though for backwards
+compatibility @file{C:/} will be used instead if a @file{.emacs} file
+is found there.
 @item HOSTNAME
 The name of the machine that Emacs is running on.
 @item INCPATH