From 304e96f50d49e142edd8ec1b1c7d9fb1ce9a7385 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Tue, 30 Jul 2019 09:23:22 +0200 Subject: [PATCH] Fix doc-string of 'fit-window-to-buffer' (Bug#36848) * lisp/window.el (fit-window-to-buffer): Fix doc-string. Suggested by Drew Adams --- lisp/window.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/window.el b/lisp/window.el index de110111b5a..a86c2f96bdc 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -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. -- 2.39.2