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
92e02072
Commit
92e02072
authored
May 14, 2009
by
Chong Yidong
Browse files
* frame.el (minibuffer-frame-alist): Doc fix (Bug#3276).
parent
e8e1b0c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/frame.el
lisp/frame.el
+8
-3
No files found.
lisp/ChangeLog
View file @
92e02072
2009-05-14 Chong Yidong <cyd@stupidchicken.com>
* frame.el (minibuffer-frame-alist): Doc fix (Bug#3276).
2009-05-12 Chong Yidong <cyd@stupidchicken.com>
* tutorial.el (help-with-tutorial): Don't use text mode, since the
...
...
lisp/frame.el
View file @
92e02072
...
...
@@ -82,14 +82,19 @@ use this three-step process:
:group
'frames
)
(
defcustom
minibuffer-frame-alist
'
((
width
.
80
)
(
height
.
2
))
"Alist of parameters for initial minibuffer frame.
"Alist of parameters for the initial minibuffer frame.
This is the minibuffer frame created if `initial-frame-alist'
calls for a frame without a minibuffer. The parameters specified
here supersede those given in `default-frame-alist', for the
initial minibuffer frame.
You can set this in your init file; for example,
(setq minibuffer-frame-alist
'((top . 1) (left . 1) (width . 80) (height . 2)))
Parameters specified here supersede the values given
i
n
`default-frame-alist', for a
minibuffer frame."
It is not necessary to include (minibuffer . only); that
i
s
appended when the
minibuffer frame
is created
."
:type
'
(
repeat
(
cons
:format
"%v"
(
symbol
:tag
"Parameter"
)
(
sexp
:tag
"Value"
)))
...
...
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