aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-02-22 14:43:16 +0000
committerGerd Moellmann2001-02-22 14:43:16 +0000
commit5937ea4116b0ecae8c2d8df25dda3674a67c1cf5 (patch)
treeacc9481fa323394817d7a416392f7bcf2429d373
parentc6c49a2773c6370536d5c7f6e4ca2fed1da954cf (diff)
downloademacs-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.texi13
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
311to be set, but it uses their values if they are set. 311to 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
315The name of a file used to archive news articles posted with the @sc{gnus}
316package.
317@item CDPATH
318Used by the @code{cd} command to search for the directory you specify, 315Used by the @code{cd} command to search for the directory you specify,
319when you specify a relative directory name. 316when you specify a relative directory name.
320@item DOMAINNAME 317@item DOMAINNAME
321The name of the Internet domain that the machine running Emacs is 318The name of the Internet domain that the machine running Emacs is
322located in. Used by the @sc{gnus} package. 319located 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
325Defining this environment variable with a nonempty value directs Emacs 322Defining 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
386The real-world name of the user. 383The real-world name of the user.
387@item NNTPSERVER 384@item NNTPSERVER
388The name of the news server. Used by the mh and @sc{gnus} packages. 385The name of the news server. Used by the mh and Gnus packages.
389@item ORGANIZATION 386@item ORGANIZATION
390The name of the organization to which you belong. Used for setting the 387The 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
393A colon-separated list of directories in which executables reside. 390A 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
402The name of a directory in which news articles are saved by default. 399The name of a directory in which news articles are saved by default.
403Used by the @sc{gnus} package. 400Used by the Gnus package.
404@item SHELL 401@item SHELL
405The name of an interpreter used to parse and execute programs run from 402The name of an interpreter used to parse and execute programs run from
406inside Emacs. 403inside Emacs.