diff options
author | Eli Zaretskii <eliz@gnu.org> | 2008-12-20 13:52:30 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2008-12-20 13:52:30 +0000 |
commit | 4267d515096e7f1699c5545a5f83e14330178128 (patch) | |
tree | 33ce4fc30690c9a506db3e86f2ab51c563ee0e85 /doc | |
parent | 77bb04766a65e20947979127779efd878b2eaea1 (diff) | |
download | emacs-4267d515096e7f1699c5545a5f83e14330178128.tar.gz |
(Window Systems): Document `initial-window-system'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/display.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 5995d4cbbaa..25b29b2ec01 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -5660,6 +5660,11 @@ Emacs is displaying the frame on a character-based terminal. @end table @end defvar +@defvar initial-window-system +This variable holds the value of @code{window-system} used for the +first frame created by Emacs during startup. +@end defvar + @defun window-system &optional frame This function returns a symbol whose name tells what window system is used for displaying @var{frame} (which defaults to the currently |