]> git.eshelyaron.com Git - emacs.git/commitdiff
(System Environment): Remove description of the `environment' function which
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Jan 2009 16:24:17 +0000 (16:24 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Jan 2009 16:24:17 +0000 (16:24 +0000)
has been deleted.

doc/lispref/ChangeLog
doc/lispref/os.texi
etc/NEWS

index 964377b8e7bccae7d1196127f8c487ca884a075d..bfe41f9bd0c6b8d5405a61083f24d6f9b5174cd1 100644 (file)
@@ -1,3 +1,8 @@
+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
index 010ccc597b76b3dc8e3a3f62e76b1a78b2188149..ddca40dc5d9994326c0e0564d7ce5a6b9fc71de0 100644 (file)
@@ -876,16 +876,6 @@ specify the same environment variable, the first of these elements
 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
index 9e0d0c51044c1cd7fc14a896d2b2218997167a02..86adf822b50fab7a930c6ea6d319f978ab9a0e3c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1728,9 +1728,6 @@ deleting a terminal.
 
 *** New functions:
 
-+++
-**** `environment'
-
 +++
 **** `delete-terminal'