+2009-01-24 Eli Zaretskii <eliz@gnu.org>
+
+ * os.texi (System Environment): Remove description of the
+ `environment' function which has been deleted.
+
2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
* frames.texi (Multiple Displays): Remove documentation for
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