aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/mini.texi13
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
134minibuffer window, and then yank the text to use it in the argument. 134minibuffer window, and then yank the text to use it in the argument.
135@xref{Windows}. 135@xref{Windows}.
136 136
137@findex resize-minibuffer-mode
138@cindex Resize-Minibuffer mode
139@cindex mode, Resize-Minibuffer
140@cindex height of minibuffer 137@cindex height of minibuffer
141@cindex size of minibuffer 138@cindex size of minibuffer
142@cindex growing minibuffer 139@cindex growing minibuffer
140@cindex resizing minibuffer
141@vindex max-mini-window-height
143 There are some restrictions on the use of the minibuffer window, 142 There are some restrictions on the use of the minibuffer window,
144however. You cannot switch buffers in it---the minibuffer and its 143however. You cannot switch buffers in it---the minibuffer and its
145window are permanently attached. Also, you cannot split or kill the 144window are permanently attached. Also, you cannot split or kill the
146minibuffer window. But you can make it taller in the normal fashion 145minibuffer window. But you can make it taller in the normal fashion
147with @kbd{C-x ^}. If you enable Resize-Minibuffer mode, then the 146with @kbd{C-x ^}. The minibuffer window expands vertically as necessary
148minibuffer window expands vertically as necessary to hold the text that 147to hold the text that you put in the minibuffer. Customize the variable
149you put in the minibuffer. Use @kbd{M-x resize-minibuffer-mode} to 148@code{max-mini-window-height} to control the maximum height for resizing
150enable or disable this minor mode (@pxref{Minor Modes}). 149the minibuffer window.
151 150
152@vindex minibuffer-scroll-overlap 151@vindex minibuffer-scroll-overlap
153 Scrolling works specially in the minibuffer window. When the 152 Scrolling works specially in the minibuffer window. When the