# HG changeset patch # User Eli Zaretskii # Date 1232814195 0 # Node ID db586b3b2a7e36828eadbf97fdbff9dda7133752 # Parent 2204717025dc00ae57f61c3afa52b73011fcdc61 (System Environment): Remove description of the `environment' function which has been deleted. diff -r 2204717025dc -r db586b3b2a7e doc/lispref/os.texi --- a/doc/lispref/os.texi Sat Jan 24 16:19:56 2009 +0000 +++ b/doc/lispref/os.texi Sat Jan 24 16:23:15 2009 +0000 @@ -876,16 +876,6 @@ specifies the variable, and the other ``duplicates'' are ignored. @end defvar -@defun environment &optional frame -This is a convenience function that returns the value of -@code{process-environment} after removing unset and duplicate -variables from it. The optional argument @var{frame}, which should be -a frame, means return the list of environment variables in effect for -that frame. The value this function returns is a copy, so changing it -will have no effect on the environment variables passed to -subprocesses. -@end defun - @defvar initial-environment This variable holds the list of environment variables Emacs inherited from its parent process. It is computed during startup, see