]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/window.el (display-buffer-avoid-small-windows): Fix :type.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 22 May 2022 12:48:30 +0000 (14:48 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 22 May 2022 12:48:30 +0000 (14:48 +0200)
lisp/window.el

index 3fe48e25228c9e4fc68f32e221daac885d10e553..585c64e687a8500a99079b4c7d8838f9828fbe1c 100644 (file)
@@ -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)