From: Richard M. Stallman Date: Sun, 20 Mar 1994 02:37:51 +0000 (+0000) Subject: (help-with-tutorial): Change previous change; X-Git-Tag: emacs-19.34~9419 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d0da2301947bfd0523d905454c781529fc2321b5;p=emacs.git (help-with-tutorial): Change previous change; reduce threshold to 12 lines. --- diff --git a/lisp/help.el b/lisp/help.el index 9592b0ab889..325ac7b4787 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -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))