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
a9a3835c
Commit
a9a3835c
authored
Nov 05, 2012
by
Chong Yidong
Browse files
* frames.texi (Initial Parameters): Doc fix.
Fixes: debbugs:12144
parent
766376c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/frames.texi
doc/lispref/frames.texi
+7
-7
No files found.
doc/lispref/ChangeLog
View file @
a9a3835c
2012-11-05 Chong Yidong <cyd@gnu.org>
* frames.texi (Initial Parameters): Doc fix (Bug#12144).
2012-11-03 Chong Yidong <cyd@gnu.org>
* objects.texi (General Escape Syntax): Clarify the explanation of
...
...
doc/lispref/frames.texi
View file @
a9a3835c
...
...
@@ -419,16 +419,16 @@ the initial frame, specify the same parameters in
@code{initial-frame-alist} with values that match the X resources.
@end defopt
If these parameters specify a separate @dfn{minibuffer-only frame} with
@code{(minibuffer . nil)}, and you have not created one, Emacs creates
one for you.
@cindex minibuffer-only frame
If these parameters include @code{(minibuffer . nil)}, that indicates
that the initial frame should have no minibuffer. In this case, Emacs
creates a separate @dfn{minibuffer-only frame} as well.
@defopt minibuffer-frame-alist
This variable's value is an alist of parameter values used when
creating an initial minibuffer-only frame
. This is the
minibuffer-only
frame that Emacs creates if @code{initial-frame-alist}
specifies a
frame with no minibuffer.
creating an initial minibuffer-only frame
(i.e.@: the minibuffer-only
frame that Emacs creates if @code{initial-frame-alist}
specifies a
frame with no minibuffer
)
.
@end defopt
@defopt default-frame-alist
...
...
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