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)