Mercurial > emacs
changeset 6433:e50519261181
(help-with-tutorial): Change previous change;
reduce threshold to 12 lines.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 20 Mar 1994 02:37:51 +0000 |
parents | 16690b3596d1 |
children | c9b0d453d78d |
files | lisp/help.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help.el Sun Mar 20 02:13:32 1994 +0000 +++ b/lisp/help.el Sun Mar 20 02:37:51 1994 +0000 @@ -96,7 +96,7 @@ (let ((n (- (window-height (selected-window)) (count-lines (point-min) (point)) 6))) - (if (< n 20) + (if (< n 12) (newline n) ;; Some people get confused by the large gap. (newline (/ n 2))