(help-with-tutorial): Change previous change;
authorRichard M. Stallman <rms@gnu.org>
Sun, 20 Mar 1994 02:37:51 +0000 (02:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 20 Mar 1994 02:37:51 +0000 (02:37 +0000)
reduce threshold to 12 lines.

lisp/help.el

index 9592b0a..325ac7b 100644 (file)
@@ -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))