branch: master commit 80825a6a43cf22e7b24c05a11672f403873a6e53 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
ivy.el: Fixup face docs * ivy.el (ivy-minibuffer-match-face-2): (ivy-minibuffer-match-face-3): (ivy-minibuffer-match-face-4): Update doc. --- ivy.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ivy.el b/ivy.el index 89d934f..6611c59 100644 --- a/ivy.el +++ b/ivy.el @@ -67,21 +67,21 @@ :background "#e99ce8" :weight bold) (((class color) (background dark)) :background "#777777" :weight bold)) - "Face for `ivy' minibuffer matches modulo 1.") + "Face for `ivy' minibuffer matches numbered 1 modulo 3.") (defface ivy-minibuffer-match-face-3 '((((class color) (background light)) :background "#bbbbff" :weight bold) (((class color) (background dark)) :background "#7777ff" :weight bold)) - "Face for `ivy' minibuffer matches modulo 2.") + "Face for `ivy' minibuffer matches numbered 2 modulo 3.") (defface ivy-minibuffer-match-face-4 '((((class color) (background light)) :background "#ffbbff" :weight bold) (((class color) (background dark)) :background "#8a498a" :weight bold)) - "Face for `ivy' minibuffer matches modulo 3.") + "Face for `ivy' minibuffer matches numbered 3 modulo 3.") (defface ivy-confirm-face '((t :foreground "ForestGreen" :inherit minibuffer-prompt))