(shrink-window-if-larger-than-buffer): Doc fix.
This commit is contained in:
parent
35ed0ce02e
commit
30f2e5cc54
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue