From 028e2c1919444ef5cfdd29fd90eab3125e976f91 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 20 Dec 2008 13:54:24 +0000 Subject: [PATCH] (Startup Summary): Add xref to documentation of `initial-window-system'. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/os.texi | 3 ++- etc/NEWS | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 438d825b3bd..4809e1f231b 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,7 +1,11 @@ 2008-12-20 Eli Zaretskii + * 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 diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 8c3d680fad4..a5cf70160dc 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -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 diff --git a/etc/NEWS b/etc/NEWS index e67850ad95a..c3e8db82ca6 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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 -- 2.39.2