]> git.eshelyaron.com Git - emacs.git/commitdiff
(shrink-window-if-larger-than-buffer): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 9 Sep 1994 21:35:42 +0000 (21:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 9 Sep 1994 21:35:42 +0000 (21:35 +0000)
lisp/window.el

index 74edeb986da703384cbfc055185fc30afc1d14e2..305df621888afe26b97f8943a2c36e23d83de7c4 100644 (file)
@@ -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,