Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
028e2c19
Commit
028e2c19
authored
Dec 20, 2008
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Startup Summary): Add xref to documentation of `initial-window-system'.
parent
4267d515
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/os.texi
doc/lispref/os.texi
+2
-1
etc/NEWS
etc/NEWS
+1
-0
No files found.
doc/lispref/ChangeLog
View file @
028e2c19
2008
-
12
-
20
Eli
Zaretskii
<
eliz
@
gnu
.
org
>
*
os
.
texi
(
Startup
Summary
):
Add
xref
to
documentation
of
`
initial
-
window
-
system
'.
* display.texi (Window Systems): Document `window-system'
the
function
.
The
variable
`
window
-
system
' is now frame-local.
Document `initial-window-system'
.
2008
-
12
-
19
Martin
Rudalics
<
rudalics
@
gmx
.
at
>
...
...
doc/lispref/os.texi
View file @
028e2c19
...
...
@@ -80,7 +80,8 @@ that Emacs initialization is in progress.
@vindex window-system-initialization-alist
@item
It loads the initialization library for the window system specified by
the variable @code{initial-window-system}. This library's name is
the variable @code{initial-window-system} (@pxref{Window Systems,
initial-window-system}). This library's name is
@file{term/@var{windowsystem}-win.el}, where @var{windowsystem} is the
value of @code{initial-window-system}. From that library, it calls
the appropriate initialization function. The initialization function
...
...
etc/NEWS
View file @
028e2c19
...
...
@@ -1646,6 +1646,7 @@ $TERM inherited by Emacs you will have to look inside initial-environment.
---
*** $DISPLAY is now dynamically inherited from the frame's `display'.
+++
*** The `window-system' variable is now frame-local. The new
`initial-window-system' variable contains the `window-system' value
for the first frame. `window-system' is also now a function that
...
...
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