]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc-string of 'fit-window-to-buffer' (Bug#36848)
authorMartin Rudalics <rudalics@gmx.at>
Tue, 30 Jul 2019 07:23:22 +0000 (09:23 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 30 Jul 2019 07:23:22 +0000 (09:23 +0200)
* lisp/window.el (fit-window-to-buffer): Fix doc-string.

Suggested by Drew Adams <drew.adams@oracle.com>

lisp/window.el

index de110111b5ada380a33fd98554c854d6680d40b5..a86c2f96bdcd9e7962e6dd9c28915b794ccd2cdf 100644 (file)
@@ -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.