Mercurial > emacs
diff src/callproc.c @ 39535:6f3157caec05
(syms_of_callproc): Explicitly state in the documentation for
`process-environment' that earlier entries take precedence over later
ones.
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Wed, 03 Oct 2001 01:12:03 +0000 |
| parents | 8d23ea77b66e |
| children | 9f7e72fba3d2 |
line wrap: on
line diff
--- a/src/callproc.c Tue Oct 02 21:34:12 2001 +0000 +++ b/src/callproc.c Wed Oct 03 01:12:03 2001 +0000 @@ -1615,6 +1615,8 @@ DEFVAR_LISP ("process-environment", &Vprocess_environment, "List of environment variables for subprocesses to inherit.\n\ Each element should be a string of the form ENVVARNAME=VALUE.\n\ +If multiple entries define the same variable, the first one always\n\ +takes precedence.\n\ The environment which Emacs inherits is placed in this variable\n\ when Emacs starts.");
