]> git.eshelyaron.com Git - emacs.git/commitdiff
(Startup Summary): Add xref to documentation of `initial-window-system'.
authorEli Zaretskii <eliz@gnu.org>
Sat, 20 Dec 2008 13:54:24 +0000 (13:54 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 20 Dec 2008 13:54:24 +0000 (13:54 +0000)
doc/lispref/ChangeLog
doc/lispref/os.texi
etc/NEWS

index 438d825b3bde27006152f8e965ae9ae48288d526..4809e1f231b86ac823b7fa6221fe5c63adb6d3e9 100644 (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>
 
index 8c3d680fad4f25820f44a7b8dcd73b49c48927c4..a5cf70160dcc4fb63d0419e08a9feee85efc70fb 100644 (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
index e67850ad95a9ecdbec52f92ed6aa7875e25e54d4..c3e8db82ca67fc4a06ff4cb828d7554148a7fabc 100644 (file)
--- 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