]> git.eshelyaron.com Git - emacs.git/commitdiff
(fit-window-to-buffer): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 30 May 2006 04:32:09 +0000 (04:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 30 May 2006 04:32:09 +0000 (04:32 +0000)
lisp/window.el

index 4d02390be160f1ce50219f37f77ad29fa0b12e9f..ef9dd5d896d7ec322c1b1d84a1902f1c3c0181cb 100644 (file)
@@ -597,7 +597,7 @@ in some window."
         (1+ (vertical-motion (buffer-size) window))))))
 
 (defun fit-window-to-buffer (&optional window max-height min-height)
-  "Make WINDOW the right size to display its contents exactly.
+  "Make WINDOW the right height to display its contents exactly.
 If WINDOW is omitted or nil, it defaults to the selected window.
 If the optional argument MAX-HEIGHT is supplied, it is the maximum height
   the window is allowed to be, defaulting to the frame height.