diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-03-12 03:33:45 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-03-12 03:33:45 +0000 |
commit | 00a7861a63a7eb985e41ab005b61d4cf03181a87 (patch) | |
tree | d22d4ee7965073d6e251b6efc58dc12d144239d3 /man/mini.texi | |
parent | 3c39a24c20f32f03b6294a35e7a2a05f776950e2 (diff) | |
download | emacs-00a7861a63a7eb985e41ab005b61d4cf03181a87.tar.gz |
Delete minibuffer-scroll-overlap.
Diffstat (limited to 'man/mini.texi')
-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 maximum number of lines; @code{nil} means do not resize the minibuffer window automatically. The default value is 0.25. -@vindex minibuffer-scroll-overlap - Scrolling works specially in the minibuffer window. When the -minibuffer is just one line high, and it contains a long line of text -that won't fit on the screen, scrolling automatically maintains an -overlap of a certain number of characters from one continuation line to -the next. The variable @code{minibuffer-scroll-overlap} specifies how -many characters of overlap; the default is 20. - If while in the minibuffer you issue a command that displays help text of any sort in another window, you can use the @kbd{C-M-v} command while in the minibuffer to scroll the help text. This lasts until you exit |