projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c1af80
)
* lisp/window.el (display-buffer-avoid-small-windows): Fix :type.
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 22 May 2022 12:48:30 +0000
(14:48 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sun, 22 May 2022 12:48:30 +0000
(14:48 +0200)
lisp/window.el
patch
|
blob
|
history
diff --git
a/lisp/window.el
b/lisp/window.el
index 3fe48e25228c9e4fc68f32e221daac885d10e553..585c64e687a8500a99079b4c7d8838f9828fbe1c 100644
(file)
--- 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)