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 508a4e3262c..bc3d863f357 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -1003,7 +1003,7 @@ than `window-min-height'. Do nothing if the selected window is
1003not vertically combined or some of its contents are scrolled out 1003not vertically combined or some of its contents are scrolled out
1004of view." 1004of view."
1005 (when (and (pos-visible-in-window-p (point-min)) 1005 (when (and (pos-visible-in-window-p (point-min))
1006 (window-iso-combined-p)) 1006 (window-combined-p))
1007 (fit-window-to-buffer 1007 (fit-window-to-buffer
1008 nil 1008 nil
1009 (if (functionp temp-buffer-max-height) 1009 (if (functionp temp-buffer-max-height)