From 4143b1d630132bf72c91d33ae5c10e7930e51353 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Mon, 25 Oct 2021 11:26:33 +0200 Subject: [PATCH] ; Fix mangled indentation in 'display-buffer' doc-string --- lisp/window.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lisp/window.el b/lisp/window.el index 848e61811d9..25827436795 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -7631,15 +7631,15 @@ Action alist entries are: preserve its height or (t . t) to preserve its height and width in future changes of the window configuration. `window-parameters' -- The value specifies an alist of window - parameters to give the chosen window. `allow-no-window' -- A - non-nil value means that `display-buffer' may not display the - buffer and return nil immediately. `body-function' -- A - function called with one argument - the displayed window. It - is called after the buffer is displayed, and before - `window-height', `window-width' and `preserve-size' are - applied. The function is supposed to fill the window body - with some contents that might depend on dimensions of the - displayed window. + parameters to give the chosen window. + `allow-no-window' -- A non-nil value means that `display-buffer' + may not display the buffer and return nil immediately. + `body-function' -- A function called with one argument - the + displayed window. It is called after the buffer is + displayed, and before `window-height', `window-width' + and `preserve-size' are applied. The function is supposed + to fill the window body with some contents that might depend + on dimensions of the displayed window. The entries `window-height', `window-width', `window-size' and `preserve-size' are applied only when the window used for -- 2.39.2