diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2021-11-14 03:57:23 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2021-11-14 03:57:23 +0100 |
| commit | f6aeef465791adcb656696eb941e0b78140f22bc (patch) | |
| tree | 1aa40595c498257a69ff009c9a79158ee10bdb92 | |
| parent | b94d4f09552f90915503687ddb608326f4d85755 (diff) | |
Update docstring
| -rw-r--r-- | corfu.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ string and must return a string, possibly an icon." '((((class color) (min-colors 88) (background dark)) :background "#191a1b") (((class color) (min-colors 88) (background light)) :background "#f0f0f0") (t :background "gray")) - "Face used for the default font of the popup.") + "Default face used for the popup, in particular the background and foreground color.") (define-obsolete-face-alias 'corfu-background 'corfu-default "0.14") (defface corfu-current |
