From 4ca2d1ef27840d1cad8df1bf8e01334eb0e9b60b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 7 Feb 2018 01:09:32 -0500 Subject: [PATCH] feature/popup: fix vslot reference typo --- modules/feature/popup/autoload.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/feature/popup/autoload.el b/modules/feature/popup/autoload.el index e2d999a44..2f116c535 100644 --- a/modules/feature/popup/autoload.el +++ b/modules/feature/popup/autoload.el @@ -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)