comparison lispref/os.texi @ 40311:a3a9223b152f

Clarify what happens with duplicates in process-environment.
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Oct 2001 15:30:32 +0000
parents 68b26e98aef6
children 2f863ec2724c
comparison
equal deleted inserted replaced
40310:34f1a01f25fa 40311:a3a9223b152f
736 "TERM=ibmapa16" 736 "TERM=ibmapa16"
737 "SHELL=/bin/csh" 737 "SHELL=/bin/csh"
738 "HOME=/user/lewis") 738 "HOME=/user/lewis")
739 @end group 739 @end group
740 @end smallexample 740 @end smallexample
741
742 If @code{process-environment} contains ``duplicate'' elements that
743 specify the same environment variable, the first of these elements
744 specifies the variable, and the other ``duplicates'' are ignored.
741 @end defvar 745 @end defvar
742 746
743 @defvar path-separator 747 @defvar path-separator
744 This variable holds a string which says which character separates 748 This variable holds a string which says which character separates
745 directories in a search path (as found in an environment variable). Its 749 directories in a search path (as found in an environment variable). Its