changeset 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 f4b2520e15bf
children 9662cdf8514d
files src/callproc.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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.");