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

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

[elpa] master 80825a6 082/272: ivy.el: Fixup face docs


From: Oleh Krehel
Subject: [elpa] master 80825a6 082/272: ivy.el: Fixup face docs
Date: Mon, 25 Apr 2016 10:13:18 +0000

branch: master
commit 80825a6a43cf22e7b24c05a11672f403873a6e53
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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))



reply via email to

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