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

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

[elpa] master 3b15585 256/348: Fix little typo


From: Oleh Krehel
Subject: [elpa] master 3b15585 256/348: Fix little typo
Date: Sat, 8 Apr 2017 11:04:10 -0400 (EDT)

branch: master
commit 3b15585257c083706c32d0988f1982018fb17e9b
Author: joe di castro <address@hidden>
Commit: GitHub <address@hidden>

    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

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