emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/corfu bdcd965c13: Update changelog


From: ELPA Syncer
Subject: [elpa] externals/corfu bdcd965c13: Update changelog
Date: Tue, 29 Nov 2022 13:57:25 -0500 (EST)

branch: externals/corfu
commit bdcd965c13ed882c7b470611dc2178f778a98bed
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@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

[Prev in Thread] Current Thread [Next in Thread]