1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(shrink-window-if-larger-than-buffer): Doc fix.

This commit is contained in:
Richard M. Stallman 1994-09-09 21:35:42 +00:00
parent 35ed0ce02e
commit 30f2e5cc54

View 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,