From: Jason Rumney Date: Fri, 15 Jul 2005 21:47:14 +0000 (+0000) Subject: (General Variables): Default HOME on MS Windows has changed. X-Git-Tag: emacs-pretest-22.0.90~8122 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f95a841c6fbc9ec217a9f59c7ae3c682947a73bd;p=emacs.git (General Variables): Default HOME on MS Windows has changed. --- diff --git a/man/ChangeLog b/man/ChangeLog index 2c5852598e0..ea2a10fd943 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2005-07-15 Jason Rumney + + * cmdargs.texi (General Variables): Default HOME on MS Windows has + changed. + 2005-07-08 Kenichi Handa * mule.texi (Recognize Coding): Recommend diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 5094a924cc7..3823f56c4c6 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi @@ -481,7 +481,9 @@ 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 @file{C:/}, the root directory of drive @file{C:}. +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. @item HOSTNAME The name of the machine that Emacs is running on. @item INCPATH