feature/popup: fix vslot reference typo
This commit is contained in:
parent
69dc25ae4c
commit
4ca2d1ef27
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ Accepts the same arguments as `display-buffer-in-side-window'. You must set
|
||||||
((not (numberp slot))
|
((not (numberp slot))
|
||||||
(error "Invalid slot %s specified" slot))
|
(error "Invalid slot %s specified" slot))
|
||||||
((not (numberp vslot))
|
((not (numberp vslot))
|
||||||
(error "Invalid vslot %s specified" slot)))
|
(error "Invalid vslot %s specified" vslot)))
|
||||||
|
|
||||||
(let* ((major (get-window-with-predicate
|
(let* ((major (get-window-with-predicate
|
||||||
(lambda (window)
|
(lambda (window)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue