diff options
| author | Eli Zaretskii | 2009-01-24 20:24:18 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-01-24 20:24:18 +0000 |
| commit | f721dedaef4f90a1d16c5fc500cf50292c0dd3c6 (patch) | |
| tree | 5cc8dabc8260db658e440e2b3375ab3691010bd9 | |
| parent | b55b134f14ab27144f009900ce6860a82f8cdb95 (diff) | |
| download | emacs-f721dedaef4f90a1d16c5fc500cf50292c0dd3c6.tar.gz emacs-f721dedaef4f90a1d16c5fc500cf50292c0dd3c6.zip | |
(Window Systems): Document the value of `initial-window-system' under --daemon.
| -rw-r--r-- | doc/lispref/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 5 |
2 files changed, 7 insertions, 1 deletions
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 @@ | |||
| 1 | 2009-01-24 Eli Zaretskii <eliz@gnu.org> | 1 | 2009-01-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * display.texi (Window Systems): Document the value of | ||
| 4 | `initial-window-system' under --daemon. | ||
| 5 | |||
| 3 | * os.texi (System Environment): Remove description of the | 6 | * os.texi (System Environment): Remove description of the |
| 4 | `environment' function which has been deleted. | 7 | `environment' function which has been deleted. |
| 5 | 8 | ||
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. | |||
| 5784 | 5784 | ||
| 5785 | @defvar initial-window-system | 5785 | @defvar initial-window-system |
| 5786 | This variable holds the value of @code{window-system} used for the | 5786 | This variable holds the value of @code{window-system} used for the |
| 5787 | first frame created by Emacs during startup. | 5787 | first frame created by Emacs during startup. (When Emacs is invoked |
| 5788 | with the @option{--daemon} option, it does not create any initial | ||
| 5789 | frames, so @code{initial-window-system} is @code{nil}. @xref{Initial | ||
| 5790 | Options, daemon,, emacs, The GNU Emacs Manual}.) | ||
| 5788 | @end defvar | 5791 | @end defvar |
| 5789 | 5792 | ||
| 5790 | @defun window-system &optional frame | 5793 | @defun window-system &optional frame |