Fix doc-string of 'fit-window-to-buffer' (Bug#36848)
* lisp/window.el (fit-window-to-buffer): Fix doc-string. Suggested by Drew Adams <drew.adams@oracle.com>
This commit is contained in:
parent
d4c49875ea
commit
304e96f50d
1 changed files with 1 additions and 1 deletions
|
@ -8285,7 +8285,7 @@ and defaults to `window-min-width'. Both MAX-WIDTH and MIN-WIDTH
|
|||
are specified in columns and include fringes, margins, a
|
||||
scrollbar and a vertical divider, if any.
|
||||
|
||||
If the optional argument `preserve-size' is non-nil, preserve the
|
||||
Optional argument PRESERVE-SIZE non-nil means to preserve the
|
||||
size of WINDOW (see `window-preserve-size').
|
||||
|
||||
Fit pixelwise if the option `window-resize-pixelwise' is non-nil.
|
||||
|
|
Loading…
Add table
Reference in a new issue