feature/popup: fix vslot reference typo

This commit is contained in:
Henrik Lissner 2018-02-07 01:09:32 -05:00
parent 69dc25ae4c
commit 4ca2d1ef27
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -525,7 +525,7 @@ Accepts the same arguments as `display-buffer-in-side-window'. You must set
((not (numberp slot))
(error "Invalid slot %s specified" slot))
((not (numberp vslot))
(error "Invalid vslot %s specified" slot)))
(error "Invalid vslot %s specified" vslot)))
(let* ((major (get-window-with-predicate
(lambda (window)