diff lisp/window.el @ 8721:c94f87ea8a1b

(shrink-window-if-larger-than-buffer): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 09 Sep 1994 21:35:42 +0000
parents 415a25bb4ee7
children b13519279d73
line wrap: on
line diff
--- a/lisp/window.el	Fri Sep 09 18:00:22 1994 +0000
+++ b/lisp/window.el	Fri Sep 09 21:35:42 1994 +0000
@@ -145,7 +145,7 @@
 
 (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,