diff options
| author | Juanma Barranquero | 2008-11-11 11:47:59 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-11-11 11:47:59 +0000 |
| commit | 25f494c9119d0b0dc5e65a996e1c120908b95b92 (patch) | |
| tree | da156d9a33748ec209844ceef4bdadc8f2d7d378 | |
| parent | 909049cbf2e014688aa5a6c61f20cc130aa9163a (diff) | |
| download | emacs-25f494c9119d0b0dc5e65a996e1c120908b95b92.tar.gz emacs-25f494c9119d0b0dc5e65a996e1c120908b95b92.zip | |
* frames.texi (Basic Parameters): Remove display-environment-variable
and term-environment-variable.
| -rw-r--r-- | doc/lispref/ChangeLog | 11 | ||||
| -rw-r--r-- | doc/lispref/frames.texi | 8 |
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 @@ | |||
| 1 | 2008-11-11 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * frames.texi (Basic Parameters): Remove display-environment-variable | ||
| 4 | and term-environment-variable. | ||
| 5 | |||
| 1 | 2008-11-08 Eli Zaretskii <eliz@gnu.org> | 6 | 2008-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 | ||
| 9 | 2008-11-07 Martin Rudalics <rudalics@gmx.at> | 14 | 2008-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 | ||
| 272 | 2008-10-13 Eli Zaretskii <eliz@gnu.org> | 277 | 2008-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 | |||
| 407 | If you specify the frame name explicitly when you create the frame, the | 407 | If you specify the frame name explicitly when you create the frame, the |
| 408 | name is also used (instead of the name of the Emacs executable) when | 408 | name is also used (instead of the name of the Emacs executable) when |
| 409 | looking up X resources for the frame. | 409 | looking up X resources for the frame. |
| 410 | |||
| 411 | @item display-environment-variable | ||
| 412 | The value of the @code{DISPLAY} environment variable for the frame. It | ||
| 413 | is passed to child processes. | ||
| 414 | |||
| 415 | @item term-environment-variable | ||
| 416 | The value of the @code{TERM} environment variable for the frame. It | ||
| 417 | is passed to child processes. | ||
| 418 | @end table | 410 | @end table |
| 419 | 411 | ||
| 420 | @node Position Parameters | 412 | @node Position Parameters |