aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-11-11 11:47:59 +0000
committerJuanma Barranquero2008-11-11 11:47:59 +0000
commit25f494c9119d0b0dc5e65a996e1c120908b95b92 (patch)
treeda156d9a33748ec209844ceef4bdadc8f2d7d378
parent909049cbf2e014688aa5a6c61f20cc130aa9163a (diff)
downloademacs-25f494c9119d0b0dc5e65a996e1c120908b95b92.tar.gz
emacs-25f494c9119d0b0dc5e65a996e1c120908b95b92.zip
* frames.texi (Basic Parameters): Remove display-environment-variable
and term-environment-variable.
-rw-r--r--doc/lispref/ChangeLog11
-rw-r--r--doc/lispref/frames.texi8
2 files changed, 8 insertions, 11 deletions
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 @@
12008-11-11 Juanma Barranquero <lekktu@gmail.com>
2
3 * frames.texi (Basic Parameters): Remove display-environment-variable
4 and term-environment-variable.
5
12008-11-08 Eli Zaretskii <eliz@gnu.org> 62008-11-08 Eli Zaretskii <eliz@gnu.org>
2 7
3 * windows.texi (Basic Windows, Splitting Windows) 8 * windows.texi (Basic Windows, Splitting Windows)
4 (Deleting Windows, Selecting Windows, Cyclic Window Ordering) 9 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
5 (Buffers and Windows, Displaying Buffers, Dedicated Windows) 10 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6 (Resizing Windows, Window Configurations, Window Parameters): Fix 11 (Resizing Windows, Window Configurations, Window Parameters):
7 wording and markup. 12 Fix wording and markup.
8 13
92008-11-07 Martin Rudalics <rudalics@gmx.at> 142008-11-07 Martin Rudalics <rudalics@gmx.at>
10 15
@@ -267,7 +272,7 @@
267 * display.texi (Fontsets): Don't mention generic characters. 272 * display.texi (Fontsets): Don't mention generic characters.
268 273
269 * sequences.texi (Char-Tables): `map-char-table' can now call its 274 * sequences.texi (Char-Tables): `map-char-table' can now call its
270 argument FUNCTION with a cons cell as KEY. 275 argument FUNCTION with a cons cell as KEY.
271 276
2722008-10-13 Eli Zaretskii <eliz@gnu.org> 2772008-10-13 Eli Zaretskii <eliz@gnu.org>
273 278
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
407If you specify the frame name explicitly when you create the frame, the 407If you specify the frame name explicitly when you create the frame, the
408name is also used (instead of the name of the Emacs executable) when 408name is also used (instead of the name of the Emacs executable) when
409looking up X resources for the frame. 409looking up X resources for the frame.
410
411@item display-environment-variable
412The value of the @code{DISPLAY} environment variable for the frame. It
413is passed to child processes.
414
415@item term-environment-variable
416The value of the @code{TERM} environment variable for the frame. It
417is passed to child processes.
418@end table 410@end table
419 411
420@node Position Parameters 412@node Position Parameters