(General Variables): Default HOME on MS Windows has changed.
authorJason Rumney <jasonr@gnu.org>
Fri, 15 Jul 2005 21:47:14 +0000 (21:47 +0000)
committerJason Rumney <jasonr@gnu.org>
Fri, 15 Jul 2005 21:47:14 +0000 (21:47 +0000)
man/ChangeLog
man/cmdargs.texi

index 2c58525..ea2a10f 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-15  Jason Rumney  <jasonr@gnu.org>
+
+       * cmdargs.texi (General Variables): Default HOME on MS Windows has
+       changed.
+
 2005-07-08  Kenichi Handa  <handa@m17n.org>
 
        * mule.texi (Recognize Coding): Recommend
index 5094a92..3823f56 100644 (file)
@@ -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