diff options
author | Dave Love <fx@gnu.org> | 2000-01-05 23:26:24 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-01-05 23:26:24 +0000 |
commit | b80da86d8aa675593f19950e35136a0db5afb685 (patch) | |
tree | 63d4792cce82fb50815cddf3f14c56ebf0aa1ffc /man/mini.texi | |
parent | 41812703f93d7597da1ee5f5eb6a67477f92ea39 (diff) | |
download | emacs-b80da86d8aa675593f19950e35136a0db5afb685.tar.gz |
Minibuffer resizing now automatic.
Diffstat (limited to 'man/mini.texi')
-rw-r--r-- | man/mini.texi | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/man/mini.texi b/man/mini.texi index 279cd98f60b..0a304775014 100644 --- a/man/mini.texi +++ b/man/mini.texi @@ -134,20 +134,19 @@ the argument. You can kill text in another window, return to the minibuffer window, and then yank the text to use it in the argument. @xref{Windows}. -@findex resize-minibuffer-mode -@cindex Resize-Minibuffer mode -@cindex mode, Resize-Minibuffer @cindex height of minibuffer @cindex size of minibuffer @cindex growing minibuffer +@cindex resizing minibuffer +@vindex max-mini-window-height There are some restrictions on the use of the minibuffer window, however. You cannot switch buffers in it---the minibuffer and its window are permanently attached. Also, you cannot split or kill the minibuffer window. But you can make it taller in the normal fashion -with @kbd{C-x ^}. If you enable Resize-Minibuffer mode, then the -minibuffer window expands vertically as necessary to hold the text that -you put in the minibuffer. Use @kbd{M-x resize-minibuffer-mode} to -enable or disable this minor mode (@pxref{Minor Modes}). +with @kbd{C-x ^}. The minibuffer window expands vertically as necessary +to hold the text that you put in the minibuffer. Customize the variable +@code{max-mini-window-height} to control the maximum height for resizing +the minibuffer window. @vindex minibuffer-scroll-overlap Scrolling works specially in the minibuffer window. When the |