emacs-diffs
[Top][All Lists]
Advanced

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

master 4143b1d: ; Fix mangled indentation in 'display-buffer' doc-string


From: Martin Rudalics
Subject: master 4143b1d: ; Fix mangled indentation in 'display-buffer' doc-string
Date: Mon, 25 Oct 2021 05:27:26 -0400 (EDT)

branch: master
commit 4143b1d630132bf72c91d33ae5c10e7930e51353
Author: Martin Rudalics <rudalics@gmx.at>
Commit: Martin Rudalics <rudalics@gmx.at>

    ; 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 848e618..2582743 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



reply via email to

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