# HG changeset patch # User Richard M. Stallman # Date 982572562 0 # Node ID e391cbe3a2fee14271d842caa5adb988fb0f4ac9 # Parent 62cf166239f3ad5c1671600a5bc33408ae2cae47 Correction for TZ on Microsoft systems. diff -r 62cf166239f3 -r e391cbe3a2fe man/cmdargs.texi --- a/man/cmdargs.texi Mon Feb 19 04:15:26 2001 +0000 +++ b/man/cmdargs.texi Mon Feb 19 08:49:22 2001 +0000 @@ -420,9 +420,11 @@ @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}.