emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref os.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/doc/lispref os.texi
Date: Sat, 24 Jan 2009 16:23:15 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/01/24 16:23:15

Modified files:
        doc/lispref    : os.texi 

Log message:
        (System Environment): Remove description of the `environment' function 
which
        has been deleted.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/os.texi?cvsroot=emacs&r1=1.21&r2=1.22

Patches:
Index: os.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/os.texi,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- os.texi     17 Jan 2009 19:22:59 -0000      1.21
+++ os.texi     24 Jan 2009 16:23:15 -0000      1.22
@@ -876,16 +876,6 @@
 specifies the variable, and the other ``duplicates'' are ignored.
 @end defvar
 
address@hidden environment &optional frame
-This is a convenience function that returns the value of
address@hidden 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.
address@hidden defun
-
 @defvar initial-environment
 This variable holds the list of environment variables Emacs inherited
 from its parent process.  It is computed during startup, see




reply via email to

[Prev in Thread] Current Thread [Next in Thread]