changeset 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 c1ba2d01b3e8
children 5c5f80be532f
files lisp/window.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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,