branch: externals/corfu
commit 5d083b7be7e6497b02148bdaa6ec4559b5a3f59d
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
corfu-popupinfo: Improve docstring
---
extensions/corfu-popupinfo.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/extensions/corfu-popupinfo.el b/extensions/corfu-popupinfo.el
index 5adb182640..51879574ee 100644
--- a/extensions/corfu-popupinfo.el
+++ b/extensions/corfu-popupinfo.el
@@ -47,7 +47,9 @@
(defface corfu-popupinfo
'((t :inherit corfu-default))
- "Face used for the info popup."
+ "Face used for the info popup.
+In order to use a smaller face for the popupinfo, use for example:
+ (set-face-attribute \\='corfu-popupinfo nil :height 0.8)"
:group 'corfu-faces)
(defcustom corfu-popupinfo-delay '(2.0 . 1.0)