emacs-diffs
[Top][All Lists]
Advanced

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

master 5088ebc8eb: * lisp/window.el (display-buffer-avoid-small-windows)


From: Michael Albinus
Subject: master 5088ebc8eb: * lisp/window.el (display-buffer-avoid-small-windows): Fix :type.
Date: Sun, 22 May 2022 08:48:40 -0400 (EDT)

branch: master
commit 5088ebc8eb7f5451be195481f00c73ba994efa52
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * lisp/window.el (display-buffer-avoid-small-windows): Fix :type.
---
 lisp/window.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/window.el b/lisp/window.el
index 3fe48e2522..585c64e687 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -2492,7 +2492,7 @@ and no others."
   "If non-nil, windows that have fewer lines than this are avoided.
 This is used by `get-lru-window'.  The value is interpreted in units
 of the frame's canonical line height, like `window-total-height' does."
-  :type '(choice nil number)
+  :type '(choice (const nil) number)
   :version "29.1"
   :group 'windows)
 



reply via email to

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