diff options
Diffstat (limited to 'lisp/help.el')
| -rw-r--r-- | lisp/help.el | 2 |
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 | |||
| 1003 | not vertically combined or some of its contents are scrolled out | 1003 | not vertically combined or some of its contents are scrolled out |
| 1004 | of view." | 1004 | of 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) |