]> git.eshelyaron.com Git - emacs.git/commitdiff
* frames.texi (Basic Parameters): Remove display-environment-variable
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 11 Nov 2008 11:47:59 +0000 (11:47 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 11 Nov 2008 11:47:59 +0000 (11:47 +0000)
  and term-environment-variable.

doc/lispref/ChangeLog
doc/lispref/frames.texi

index 74e96df46f108a54b200836e8853963bf0809c15..f9bd5d509c0df2191fad623e101203a7fdc265ce 100644 (file)
@@ -1,10 +1,15 @@
+2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * frames.texi (Basic Parameters): Remove display-environment-variable
+       and term-environment-variable.
+
 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
 
        * windows.texi (Basic Windows, Splitting Windows)
        (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
        (Buffers and Windows, Displaying Buffers, Dedicated Windows)
-       (Resizing Windows, Window Configurations, Window Parameters): Fix
-       wording and markup.
+       (Resizing Windows, Window Configurations, Window Parameters):
+       Fix wording and markup.
 
 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
 
        * display.texi (Fontsets): Don't mention generic characters.
 
        * sequences.texi (Char-Tables): `map-char-table' can now call its
-       argument FUNCTION with a cons cell as KEY. 
+       argument FUNCTION with a cons cell as KEY.
 
 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
 
index f8b13d64b03964527e026c4879ba133c0f679ce3..2f812ad2ff229610093470d6d3c87d07e9bbb57e 100644 (file)
@@ -407,14 +407,6 @@ you don't specify a name, Emacs sets the frame name automatically
 If you specify the frame name explicitly when you create the frame, the
 name is also used (instead of the name of the Emacs executable) when
 looking up X resources for the frame.
-
-@item display-environment-variable
-The value of the @code{DISPLAY} environment variable for the frame. It
-is passed to child processes.
-
-@item term-environment-variable
-The value of the @code{TERM} environment variable for the frame. It
-is passed to child processes.
 @end table
 
 @node Position Parameters