diff options
| author | Martin Rudalics | 2019-07-30 09:23:22 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2019-07-30 09:23:22 +0200 |
| commit | 304e96f50d49e142edd8ec1b1c7d9fb1ce9a7385 (patch) | |
| tree | 803ed6c8fdd7650b2e15b32c04e33664886891b0 | |
| parent | d4c49875eaae3078ea3b51cc7b72ae3403cb2c04 (diff) | |
| download | emacs-304e96f50d49e142edd8ec1b1c7d9fb1ce9a7385.tar.gz emacs-304e96f50d49e142edd8ec1b1c7d9fb1ce9a7385.zip | |
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>
| -rw-r--r-- | lisp/window.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 8285 | are specified in columns and include fringes, margins, a | 8285 | are specified in columns and include fringes, margins, a |
| 8286 | scrollbar and a vertical divider, if any. | 8286 | scrollbar and a vertical divider, if any. |
| 8287 | 8287 | ||
| 8288 | If the optional argument `preserve-size' is non-nil, preserve the | 8288 | Optional argument PRESERVE-SIZE non-nil means to preserve the |
| 8289 | size of WINDOW (see `window-preserve-size'). | 8289 | size of WINDOW (see `window-preserve-size'). |
| 8290 | 8290 | ||
| 8291 | Fit pixelwise if the option `window-resize-pixelwise' is non-nil. | 8291 | Fit pixelwise if the option `window-resize-pixelwise' is non-nil. |