`process-environment' that earlier entries take precedence over later
ones.
+2001-10-03 Miles Bader <miles@gnu.org>
+
+ * callproc.c (syms_of_callproc): Explicitly state in the
+ documentation for `process-environment' that earlier entries take
+ precedence over later ones.
+
2001-10-02 Miles Bader <miles@gnu.org>
* textprop.c (Fnext_char_property_change)
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.");