diff options
| -rw-r--r-- | man/cmdargs.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 497b31698c7..a6b8019cf99 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985,86,87,93,94,95,1997,2001 Free Software Foundation, Inc. | 2 | @c Copyright (C) 1985,86,87,93,94,95,1997,2001, 2003 Free Software Foundation, Inc. |
| 3 | @c See file emacs.texi for copying conditions. | 3 | @c See file emacs.texi for copying conditions. |
| 4 | @node Command Arguments, X Resources, Service, Top | 4 | @node Command Arguments, X Resources, Service, Top |
| 5 | @appendix Command Line Arguments | 5 | @appendix Command Line Arguments |
| @@ -495,6 +495,9 @@ Used by the Gnus package. | |||
| 495 | @item SHELL | 495 | @item SHELL |
| 496 | The name of an interpreter used to parse and execute programs run from | 496 | The name of an interpreter used to parse and execute programs run from |
| 497 | inside Emacs. | 497 | inside Emacs. |
| 498 | @item SMTPSERVER | ||
| 499 | The name of the outgoing mail server. Used by the SMTP library | ||
| 500 | (@pxref{Sending mail via SMTP,,,smtpmail}). | ||
| 498 | @cindex background mode, on @command{xterm} | 501 | @cindex background mode, on @command{xterm} |
| 499 | @item TERM | 502 | @item TERM |
| 500 | The type of the terminal that Emacs is using. This variable must be | 503 | The type of the terminal that Emacs is using. This variable must be |