Previous: Recursive Mini, Up: Minibuffers
This function returns non-
nilif buffer-or-name is a minibuffer. If buffer-or-name is omitted, it tests the current buffer.
This is a normal hook that is run whenever the minibuffer is entered. See Hooks.
This is a normal hook that is run whenever the minibuffer is exited. See Hooks.
The current value of this variable is used to rebind
help-formlocally inside the minibuffer (see Help Functions).
If the value of this variable is non-
nil, it should be a window object. When the functionscroll-other-windowis called in the minibuffer, it scrolls this window.
This function returns the window which was selected when the minibuffer was entered. If selected window is not a minibuffer window, it returns
nil.
This variable specifies the maximum height for resizing minibuffer windows. If a float, it specifies a fraction of the height of the frame. If an integer, it specifies a number of lines.
This function displays string temporarily at the end of the minibuffer text, for two seconds, or until the next input event arrives, whichever comes first. If args is non-
nil, the actual message is obtained by passing string and args throughformat. See Formatting Strings.