]> code.delx.au - gnu-emacs-elpa/commitdiff
ivy.el: Fixup face docs
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 9 Feb 2016 12:38:50 +0000 (13:38 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 9 Feb 2016 12:38:50 +0000 (13:38 +0100)
* ivy.el (ivy-minibuffer-match-face-2):
(ivy-minibuffer-match-face-3):
(ivy-minibuffer-match-face-4): Update doc.

ivy.el

diff --git a/ivy.el b/ivy.el
index 89d934fbe69527842a8f70d045226caa5382934a..6611c5986ef00ed89fcfad71409429f2b284b0e7 100644 (file)
--- a/ivy.el
+++ b/ivy.el
      :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))