diff options
| author | Gerd Moellmann | 2001-02-22 14:43:16 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-02-22 14:43:16 +0000 |
| commit | 5937ea4116b0ecae8c2d8df25dda3674a67c1cf5 (patch) | |
| tree | acc9481fa323394817d7a416392f7bcf2429d373 | |
| parent | c6c49a2773c6370536d5c7f6e4ca2fed1da954cf (diff) | |
| download | emacs-5937ea4116b0ecae8c2d8df25dda3674a67c1cf5.tar.gz emacs-5937ea4116b0ecae8c2d8df25dda3674a67c1cf5.zip | |
(General Variables): Remove description of
AUTHORCOPY, which is no longer used. Mention Gnus instead
of GNUS.
| -rw-r--r-- | man/cmdargs.texi | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 8b3def919a5..8fdb0aa7914 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi | |||
| @@ -311,15 +311,12 @@ programs. Emacs does not require any of these environment variables | |||
| 311 | to be set, but it uses their values if they are set. | 311 | to be set, but it uses their values if they are set. |
| 312 | 312 | ||
| 313 | @table @env | 313 | @table @env |
| 314 | @item AUTHORCOPY | 314 | @item @item CDPATH |
| 315 | The name of a file used to archive news articles posted with the @sc{gnus} | ||
| 316 | package. | ||
| 317 | @item CDPATH | ||
| 318 | Used by the @code{cd} command to search for the directory you specify, | 315 | Used by the @code{cd} command to search for the directory you specify, |
| 319 | when you specify a relative directory name. | 316 | when you specify a relative directory name. |
| 320 | @item DOMAINNAME | 317 | @item DOMAINNAME |
| 321 | The name of the Internet domain that the machine running Emacs is | 318 | The name of the Internet domain that the machine running Emacs is |
| 322 | located in. Used by the @sc{gnus} package. | 319 | located in. Used by the Gnus package. |
| 323 | @item EMACS_UNIBYTE | 320 | @item EMACS_UNIBYTE |
| 324 | @cindex unibyte operation, environment variable | 321 | @cindex unibyte operation, environment variable |
| 325 | Defining this environment variable with a nonempty value directs Emacs | 322 | Defining this environment variable with a nonempty value directs Emacs |
| @@ -385,10 +382,10 @@ Name of setup file for the mh system. (The default is @file{~/.mh_profile}.) | |||
| 385 | @item NAME | 382 | @item NAME |
| 386 | The real-world name of the user. | 383 | The real-world name of the user. |
| 387 | @item NNTPSERVER | 384 | @item NNTPSERVER |
| 388 | The name of the news server. Used by the mh and @sc{gnus} packages. | 385 | The name of the news server. Used by the mh and Gnus packages. |
| 389 | @item ORGANIZATION | 386 | @item ORGANIZATION |
| 390 | The name of the organization to which you belong. Used for setting the | 387 | The name of the organization to which you belong. Used for setting the |
| 391 | `Organization:' header in your posts from the @sc{gnus} package. | 388 | `Organization:' header in your posts from the Gnus package. |
| 392 | @item PATH | 389 | @item PATH |
| 393 | A colon-separated list of directories in which executables reside. | 390 | A colon-separated list of directories in which executables reside. |
| 394 | (On MS-DOS, it is semicolon-separated instead.) This is used to | 391 | (On MS-DOS, it is semicolon-separated instead.) This is used to |
| @@ -400,7 +397,7 @@ If set, this specifies an initial value for the variable | |||
| 400 | @code{mail-default-reply-to}. @xref{Mail Headers}. | 397 | @code{mail-default-reply-to}. @xref{Mail Headers}. |
| 401 | @item SAVEDIR | 398 | @item SAVEDIR |
| 402 | The name of a directory in which news articles are saved by default. | 399 | The name of a directory in which news articles are saved by default. |
| 403 | Used by the @sc{gnus} package. | 400 | Used by the Gnus package. |
| 404 | @item SHELL | 401 | @item SHELL |
| 405 | The name of an interpreter used to parse and execute programs run from | 402 | The name of an interpreter used to parse and execute programs run from |
| 406 | inside Emacs. | 403 | inside Emacs. |