branch: externals/corfu
commit bdcd965c13ed882c7b470611dc2178f778a98bed
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Update changelog
---
 CHANGELOG.org                 | 1 +
 extensions/corfu-popupinfo.el | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index 89e99fac61..c0563d5b7d 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -5,6 +5,7 @@
 * Development
 
 - Bugfixes
+- =corfu-popupinfo-direction=: Variable must be a list of directions.
 
 * Version 0.33 (2022-11-21)
 
diff --git a/extensions/corfu-popupinfo.el b/extensions/corfu-popupinfo.el
index 4bf4d863f3..e47d772763 100644
--- a/extensions/corfu-popupinfo.el
+++ b/extensions/corfu-popupinfo.el
@@ -106,10 +106,10 @@ popup can be requested manually via 
`corfu-popupinfo-toggle',
            (const left)
            (const right)
            (const vertical)
-           (const always-horizontal)
-           (const always-vertical)
            (const always-left)
-           (const always-right)))
+           (const always-right)
+           (const always-horizontal)
+           (const always-vertical)))
   :group 'corfu)
 
 (defvar corfu-popupinfo-map

Reply via email to