From: Eli Zaretskii Date: Sat, 24 Jan 2009 20:24:18 +0000 (+0000) Subject: (Window Systems): Document the value of `initial-window-system' under --daemon. X-Git-Tag: emacs-pretest-23.0.90~232 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f721dedaef4f90a1d16c5fc500cf50292c0dd3c6;p=emacs.git (Window Systems): Document the value of `initial-window-system' under --daemon. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index bfe41f9bd0c..2a13dfc9d1e 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,8 @@ 2009-01-24 Eli Zaretskii + * display.texi (Window Systems): Document the value of + `initial-window-system' under --daemon. + * os.texi (System Environment): Remove description of the `environment' function which has been deleted. diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index b29515cdc8f..42423f8309f 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -5784,7 +5784,10 @@ Emacs is displaying the frame on a character-based terminal. @defvar initial-window-system This variable holds the value of @code{window-system} used for the -first frame created by Emacs during startup. +first frame created by Emacs during startup. (When Emacs is invoked +with the @option{--daemon} option, it does not create any initial +frames, so @code{initial-window-system} is @code{nil}. @xref{Initial +Options, daemon,, emacs, The GNU Emacs Manual}.) @end defvar @defun window-system &optional frame