# HG changeset patch # User Richard M. Stallman # Date 764131071 0 # Node ID e50519261181f677b2d0efcb25d27360ed3afff7 # Parent 16690b3596d11d87ec6dc29190315cb4845ad231 (help-with-tutorial): Change previous change; reduce threshold to 12 lines. diff -r 16690b3596d1 -r e50519261181 lisp/help.el --- 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))