summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-01-24 16:24:17 +0000
committerEli Zaretskii <eliz@gnu.org>2009-01-24 16:24:17 +0000
commit3533155bcfa51cb327aac56af2b6ffaa6a9a20e5 (patch)
treef1e451d750884fa81fbd910ca50612995293f139 /doc
parent001c62047a9c665b3a4250a33eb7e21a215e3f10 (diff)
downloademacs-3533155bcfa51cb327aac56af2b6ffaa6a9a20e5.tar.gz
(System Environment): Remove description of the `environment' function which
has been deleted.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/os.texi10
2 files changed, 5 insertions, 10 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 964377b8e7b..bfe41f9bd0c 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -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
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 010ccc597b7..ddca40dc5d9 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -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