branch: master
commit 3b15585257c083706c32d0988f1982018fb17e9b
Author: joe di castro <[email protected]>
Commit: GitHub <[email protected]>

    Fix little typo
    
    Fix the typo mentioned in 
https://github.com/abo-abo/swiper/commit/039c58a8d3736252e1994361b86ebcbb2af1854e#commitcomment-20101947
---
 counsel.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/counsel.el b/counsel.el
index 4b5f839..1acaa32 100644
--- a/counsel.el
+++ b/counsel.el
@@ -2725,10 +2725,10 @@ the same problem."
 ;;** `counsel-colors-emacs'
 (ivy-set-actions
  'counsel-colors-emacs
- '(("n" counsel-color-action-insert-name "insert color name")
-   ("h" counsel-color-action-insert-hex "insert color hexadecimal value")
-   ("N" counsel-color-action-kill-name "kill color name")
-   ("H" counsel-color-action-kill-hex "kill color hexadecimal value")))
+ '(("n" counsel-colors-action-insert-name "insert color name")
+   ("h" counsel-colors-action-insert-hex "insert color hexadecimal value")
+   ("N" counsel-colors-action-kill-name "kill color name")
+   ("H" counsel-colors-action-kill-hex "kill color hexadecimal value")))
 
 (defvar counsel-colors-emacs-history nil
   "History for `counsel-colors-emacs'.")

Reply via email to