aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 9592b0ab88..325ac7b478 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))