changeset 101439:db586b3b2a7e

(System Environment): Remove description of the `environment' function which has been deleted.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 24 Jan 2009 16:23:15 +0000
parents 2204717025dc
children f05b4c54692f
files doc/lispref/os.texi
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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