comparison man/cmdargs.texi @ 36346:5bd8f163760f

(General Variables): Document the default value of $HOME on Windows.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 23 Feb 2001 13:05:42 +0000
parents 94f4470b51a4
children 193e0fa6c140
comparison
equal deleted inserted replaced
36345:7f2b7440c534 36346:5bd8f163760f
345 you use ksh, and to @file{~/.history} otherwise. 345 you use ksh, and to @file{~/.history} otherwise.
346 @item HOME 346 @item HOME
347 The location of the user's files in the directory tree; used for 347 The location of the user's files in the directory tree; used for
348 expansion of file names starting with a tilde (@file{~}). On MS-DOS, it 348 expansion of file names starting with a tilde (@file{~}). On MS-DOS, it
349 defaults to the directory from which Emacs was started, with @samp{/bin} 349 defaults to the directory from which Emacs was started, with @samp{/bin}
350 removed from the end if it was present. 350 removed from the end if it was present. On Windows, the default value
351 of @code{HOME} is @file{C:/}, the root directory of drive @file{C:}.
351 @item HOSTNAME 352 @item HOSTNAME
352 The name of the machine that Emacs is running on. 353 The name of the machine that Emacs is running on.
353 @item INCPATH 354 @item INCPATH
354 A colon-separated list of directories. Used by the @code{complete} package 355 A colon-separated list of directories. Used by the @code{complete} package
355 to search for files. 356 to search for files.