diff options
| author | Eli Zaretskii | 2006-07-22 10:48:46 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-22 10:48:46 +0000 |
| commit | a502d5f3b388be10a06b13d45c46f2c18b0b0d62 (patch) | |
| tree | 6a7a8db0ffe4cfdc463dfd9aef2238e1b5b23144 | |
| parent | cee0c9967372fd59cb08630c1b28c3d3aa68cf83 (diff) | |
| download | emacs-a502d5f3b388be10a06b13d45c46f2c18b0b0d62.tar.gz emacs-a502d5f3b388be10a06b13d45c46f2c18b0b0d62.zip | |
(General Variables): Document EMAIL.
| -rw-r--r-- | man/cmdargs.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 56bc8874b4d..a1b26bcdcb3 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi | |||
| @@ -470,6 +470,11 @@ 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 |