1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-17 17:58:46 +00:00

(Startup Summary): Add xref to documentation of `initial-window-system'.

This commit is contained in:
Eli Zaretskii 2008-12-20 13:54:24 +00:00
parent 4267d51509
commit 028e2c1919
3 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,11 @@
2008-12-20 Eli Zaretskii <eliz@gnu.org>
* os.texi (Startup Summary): Add xref to documentation of
`initial-window-system'.
* display.texi (Window Systems): Document `window-system' the
function. The variable `window-system' is now frame-local.
Document `initial-window-system'.
2008-12-19 Martin Rudalics <rudalics@gmx.at>

View File

@ -80,7 +80,8 @@ that Emacs initialization is in progress.
@vindex window-system-initialization-alist
@item
It loads the initialization library for the window system specified by
the variable @code{initial-window-system}. This library's name is
the variable @code{initial-window-system} (@pxref{Window Systems,
initial-window-system}). This library's name is
@file{term/@var{windowsystem}-win.el}, where @var{windowsystem} is the
value of @code{initial-window-system}. From that library, it calls
the appropriate initialization function. The initialization function

View File

@ -1646,6 +1646,7 @@ $TERM inherited by Emacs you will have to look inside initial-environment.
---
*** $DISPLAY is now dynamically inherited from the frame's `display'.
+++
*** The `window-system' variable is now frame-local. The new
`initial-window-system' variable contains the `window-system' value
for the first frame. `window-system' is also now a function that