]> git.eshelyaron.com Git - emacs.git/commitdiff
Correction for TZ on Microsoft systems.
authorRichard M. Stallman <rms@gnu.org>
Mon, 19 Feb 2001 08:49:22 +0000 (08:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 19 Feb 2001 08:49:22 +0000 (08:49 +0000)
man/cmdargs.texi

index e5c9af1f4398564f42c63e5be74616c7a8ce8e33..8b3def919a5a93805e8239adb0b1f6155f48077d 100644 (file)
@@ -420,9 +420,11 @@ terminal specified by the @env{TERM} variable.  This defaults to
 @item TMPDIR
 Used by the Emerge package as a prefix for temporary files.
 @item TZ
-This specifies the current time zone and possibly also daylight savings
-information.  On MS-DOS, the default is based on country code; see the
-file @file{msdos.c} for details.
+This specifies the current time zone and possibly also daylight
+savings information.  On MS-DOS, if @code{TZ} is not set in the
+environment when Emacs starts, Emacs defines a default value as
+appropriate for the country code returned by DOS.  MS Windows
+does not use @code{TZ} at all.
 @item USER
 The user's login name.  See also @env{LOGNAME}.  On MS-DOS, this
 defaults to @samp{root}.