From: Juanma Barranquero Date: Tue, 11 Nov 2008 11:47:59 +0000 (+0000) Subject: * frames.texi (Basic Parameters): Remove display-environment-variable X-Git-Tag: emacs-pretest-23.0.90~1886 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=25f494c9119d0b0dc5e65a996e1c120908b95b92;p=emacs.git * frames.texi (Basic Parameters): Remove display-environment-variable and term-environment-variable. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 74e96df46f1..f9bd5d509c0 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,10 +1,15 @@ +2008-11-11 Juanma Barranquero + + * frames.texi (Basic Parameters): Remove display-environment-variable + and term-environment-variable. + 2008-11-08 Eli Zaretskii * 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 @@ -267,7 +272,7 @@ * 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 diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index f8b13d64b03..2f812ad2ff2 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -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