Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f721deda
Commit
f721deda
authored
Jan 24, 2009
by
Eli Zaretskii
Browse files
(Window Systems): Document the value of `initial-window-system' under --daemon.
parent
b55b134f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+3
-0
doc/lispref/display.texi
doc/lispref/display.texi
+4
-1
No files found.
doc/lispref/ChangeLog
View file @
f721deda
2009-01-24 Eli Zaretskii <eliz@gnu.org>
* 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.
...
...
doc/lispref/display.texi
View file @
f721deda
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment