comparison man/cmdargs.texi @ 72066:e0c1e87a986f

(General Variables): Document EMAIL.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 22 Jul 2006 10:48:46 +0000
parents 4d628cade603
children cba77d605fba 858cb33ae39d
comparison
equal deleted inserted replaced
72065:3452d95c1265 72066:e0c1e87a986f
468 file names might include a colon after a drive letter.} 468 file names might include a colon after a drive letter.}
469 to search for Emacs Lisp files---used to initialize @code{load-path}. 469 to search for Emacs Lisp files---used to initialize @code{load-path}.
470 @item EMACSPATH 470 @item EMACSPATH
471 A colon-separated list of directories to search for executable 471 A colon-separated list of directories to search for executable
472 files---used to initialize @code{exec-path}. 472 files---used to initialize @code{exec-path}.
473 @item EMAIL
474 @vindex user-mail-address@r{, initialization}
475 Your email address; used to initialize the Lisp variable
476 @code{user-mail-address}, which the Emacs mail interface puts into
477 the @samp{From} header of outgoing messages (@pxref{Mail Headers}).
473 @item ESHELL 478 @item ESHELL
474 Used for shell-mode to override the @env{SHELL} environment variable. 479 Used for shell-mode to override the @env{SHELL} environment variable.
475 @item HISTFILE 480 @item HISTFILE
476 The name of the file that shell commands are saved in between logins. 481 The name of the file that shell commands are saved in between logins.
477 This variable defaults to @file{~/.bash_history} if you use Bash, to 482 This variable defaults to @file{~/.bash_history} if you use Bash, to