# HG changeset patch # User Miles Bader # Date 1002071523 0 # Node ID 6f3157caec05106ad9686974f2401d68893bc5bc # Parent f4b2520e15bfd210a07bdd637329a5d581cc2c53 (syms_of_callproc): Explicitly state in the documentation for `process-environment' that earlier entries take precedence over later ones. diff -r f4b2520e15bf -r 6f3157caec05 src/callproc.c --- 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.");