From 30f2e5cc54615e50c881be799d9a6f7fbb7ec888 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 9 Sep 1994 21:35:42 +0000 Subject: [PATCH] (shrink-window-if-larger-than-buffer): Doc fix. --- lisp/window.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/window.el b/lisp/window.el index 74edeb986da..305df621888 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -145,7 +145,7 @@ No arg means split equally." (defun shrink-window-if-larger-than-buffer (&optional window) "Shrink the WINDOW to be as small as possible to display its contents. -Do not shrink to less that `window-min-height' lines. +Do not shrink to less than `window-min-height' lines. Do nothing if the buffer contains more lines than the present window height, or if some of the window's contents are scrolled out of view, or if the window is not the full width of the frame, -- 2.39.5