Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
05be46d7
Commit
05be46d7
authored
May 14, 2009
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* frames.texi (Buffer Parameters): Note that the minibuffer parameter
can not be altered.
parent
0a65633e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+2
-0
doc/lispref/frames.texi
doc/lispref/frames.texi
+5
-2
No files found.
doc/lispref/ChangeLog
View file @
05be46d7
...
...
@@ -2,6 +2,8 @@
*
frames
.
texi
(
Initial
Parameters
):
Clarify
what
the
initial
minibuffer
frame
is
.
(
Buffer
Parameters
):
Note
that
the
minibuffer
parameter
can
not
be
altered
.
*
anti
.
texi
(
Antinews
):
Copyedits
.
Rearrange
some
entries
.
Document
display
-
buffer
changes
.
...
...
doc/lispref/frames.texi
View file @
05be46d7
...
...
@@ -687,8 +687,11 @@ with which buffers have been, or should, be displayed in the frame.
@item minibuffer
Whether this frame has its own minibuffer. The value @code{t} means
yes, @code{nil} means no, @code{only} means this frame is just a
minibuffer. If the value is a minibuffer window (in some other frame),
the new frame uses that minibuffer.
minibuffer. If the value is a minibuffer window (in some other
frame), the frame uses that minibuffer.
This frame parameter takes effect when the frame is created, and can
not be changed afterwards.
@item buffer-predicate
The buffer-predicate function for this frame. The function
...
...
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