diff options
| -rw-r--r-- | man/mini.texi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/man/mini.texi b/man/mini.texi index 06feb598a53..8f901019777 100644 --- a/man/mini.texi +++ b/man/mini.texi | |||
| @@ -161,14 +161,6 @@ specifies a fraction of the frame's height; an integer specifies the | |||
| 161 | maximum number of lines; @code{nil} means do not resize the minibuffer | 161 | maximum number of lines; @code{nil} means do not resize the minibuffer |
| 162 | window automatically. The default value is 0.25. | 162 | window automatically. The default value is 0.25. |
| 163 | 163 | ||
| 164 | @vindex minibuffer-scroll-overlap | ||
| 165 | Scrolling works specially in the minibuffer window. When the | ||
| 166 | minibuffer is just one line high, and it contains a long line of text | ||
| 167 | that won't fit on the screen, scrolling automatically maintains an | ||
| 168 | overlap of a certain number of characters from one continuation line to | ||
| 169 | the next. The variable @code{minibuffer-scroll-overlap} specifies how | ||
| 170 | many characters of overlap; the default is 20. | ||
| 171 | |||
| 172 | If while in the minibuffer you issue a command that displays help text | 164 | If while in the minibuffer you issue a command that displays help text |
| 173 | of any sort in another window, you can use the @kbd{C-M-v} command while | 165 | of any sort in another window, you can use the @kbd{C-M-v} command while |
| 174 | in the minibuffer to scroll the help text. This lasts until you exit | 166 | in the minibuffer to scroll the help text. This lasts until you exit |