comparison doc/lispref/display.texi @ 100599:d0d51bbf9adf

(Window Systems): Document `initial-window-system'.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 20 Dec 2008 13:52:30 +0000
parents 849c161c893f
children 91ffb924a3e5
comparison
equal deleted inserted replaced
100598:53da782ac1b9 100599:d0d51bbf9adf
5658 @item nil 5658 @item nil
5659 Emacs is displaying the frame on a character-based terminal. 5659 Emacs is displaying the frame on a character-based terminal.
5660 @end table 5660 @end table
5661 @end defvar 5661 @end defvar
5662 5662
5663 @defvar initial-window-system
5664 This variable holds the value of @code{window-system} used for the
5665 first frame created by Emacs during startup.
5666 @end defvar
5667
5663 @defun window-system &optional frame 5668 @defun window-system &optional frame
5664 This function returns a symbol whose name tells what window system is 5669 This function returns a symbol whose name tells what window system is
5665 used for displaying @var{frame} (which defaults to the currently 5670 used for displaying @var{frame} (which defaults to the currently
5666 selected frame). The list of possible symbols it returns is the same 5671 selected frame). The list of possible symbols it returns is the same
5667 one documented for the variable @code{window-system} above. 5672 one documented for the variable @code{window-system} above.