From d0da2301947bfd0523d905454c781529fc2321b5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 20 Mar 1994 02:37:51 +0000 Subject: [PATCH] (help-with-tutorial): Change previous change; reduce threshold to 12 lines. --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5