emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 304e96f: Fix doc-string of 'fit-window-to-buffer'


From: Martin Rudalics
Subject: [Emacs-diffs] emacs-26 304e96f: Fix doc-string of 'fit-window-to-buffer' (Bug#36848)
Date: Tue, 30 Jul 2019 03:24:41 -0400 (EDT)

branch: emacs-26
commit 304e96f50d49e142edd8ec1b1c7d9fb1ce9a7385
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    Fix doc-string of 'fit-window-to-buffer' (Bug#36848)
    
    * lisp/window.el (fit-window-to-buffer): Fix doc-string.
    
    Suggested by Drew Adams <address@hidden>
---
 lisp/window.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/window.el b/lisp/window.el
index de11011..a86c2f9 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]