comparison 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
comparison
equal deleted inserted replaced
39534:f4b2520e15bf 39535:6f3157caec05
1613 /* This variable is initialized in init_callproc. */ 1613 /* This variable is initialized in init_callproc. */
1614 1614
1615 DEFVAR_LISP ("process-environment", &Vprocess_environment, 1615 DEFVAR_LISP ("process-environment", &Vprocess_environment,
1616 "List of environment variables for subprocesses to inherit.\n\ 1616 "List of environment variables for subprocesses to inherit.\n\
1617 Each element should be a string of the form ENVVARNAME=VALUE.\n\ 1617 Each element should be a string of the form ENVVARNAME=VALUE.\n\
1618 If multiple entries define the same variable, the first one always\n\
1619 takes precedence.\n\
1618 The environment which Emacs inherits is placed in this variable\n\ 1620 The environment which Emacs inherits is placed in this variable\n\
1619 when Emacs starts."); 1621 when Emacs starts.");
1620 1622
1621 #ifndef VMS 1623 #ifndef VMS
1622 defsubr (&Scall_process); 1624 defsubr (&Scall_process);