From: Eli Zaretskii Date: Sun, 20 Aug 2000 08:02:22 +0000 (+0000) Subject: Add findex entries for getenv and setenv. X-Git-Tag: emacs-pretest-21.0.90~2164 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=250023311fe457abd8f6f40645700a65461899e9;p=emacs.git Add findex entries for getenv and setenv. --- diff --git a/man/cmdargs.texi b/man/cmdargs.texi index fdcb419fd3f..7e8037d6a0c 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi @@ -282,6 +282,8 @@ When Emacs is set-up to use the X windowing system, it inherits the use of a large number of environment variables from the X library. See the X documentation for more information. +@findex setenv +@findex getenv The command @kbd{M-x setenv} sets a variable in the environment of the Emacs process and its subprocesses and @kbd{M-x getenv} gets the value of a variable.