]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix mangled indentation in 'display-buffer' doc-string
authorMartin Rudalics <rudalics@gmx.at>
Mon, 25 Oct 2021 09:26:33 +0000 (11:26 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Mon, 25 Oct 2021 09:26:33 +0000 (11:26 +0200)
lisp/window.el

index 848e61811d9cbb35a1f9c883cb61586fd7475e6a..25827436795ced570ad3f0b2f873ee697e84086b 100644 (file)
@@ -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