emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref display.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/doc/lispref display.texi
Date: Sat, 24 Jan 2009 20:23:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/01/24 20:23:26

Modified files:
        doc/lispref    : display.texi 

Log message:
        (Window Systems): Document the value of `initial-window-system' under 
--daemon.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/display.texi?cvsroot=emacs&r1=1.37&r2=1.38

Patches:
Index: display.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/display.texi,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- display.texi        19 Jan 2009 15:29:18 -0000      1.37
+++ display.texi        24 Jan 2009 20:23:25 -0000      1.38
@@ -5784,7 +5784,10 @@
 
 @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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]