From: Eli Zaretskii Date: Sat, 16 Jul 2005 10:49:45 +0000 (+0000) Subject: (General Variables): Clarify the default location of $HOME on w32 systems. X-Git-Tag: emacs-pretest-22.0.90~8115 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a2c92845670f7ead7c64a6273674d4a021987d6;p=emacs.git (General Variables): Clarify the default location of $HOME on w32 systems. --- diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 3823f56c4c6..2dbdb5c5887 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi @@ -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