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

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

[elpa] master a63a935 339/348: counsel.el (counsel--find-symbol): Fix ty


From: Oleh Krehel
Subject: [elpa] master a63a935 339/348: counsel.el (counsel--find-symbol): Fix typo
Date: Sat, 8 Apr 2017 11:04:26 -0400 (EDT)

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

    counsel.el (counsel--find-symbol): Fix typo
    
    Fixes #949
---
 counsel.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/counsel.el b/counsel.el
index 4084926..0004f62 100644
--- a/counsel.el
+++ b/counsel.el
@@ -429,7 +429,7 @@ Update the minibuffer with the amount of lines collected 
every
                  (find-library
                   (prin1-to-string sym)))
                 (t
-                 (error "Couldn't fild definition of %s"
+                 (error "Couldn't find definition of %s"
                         sym))))))))
 
 (define-obsolete-function-alias 'counsel-symbol-at-point
@@ -904,7 +904,7 @@ Describe the selected candidate."
 
 (ivy-set-actions
  'counsel-git
- '(("j" find-file-other-window "other")
+ '(("j" find-file-other-window "other window")
    ("x" counsel-find-file-extern "open externally")))
 
 ;;;###autoload
@@ -1497,7 +1497,7 @@ When INITIAL-INPUT is non-nil, use it in the minibuffer 
during completion."
             :caller 'counsel-recentf))
 (ivy-set-actions
  'counsel-recentf
- '(("j" find-file-other-window "other-window")
+ '(("j" find-file-other-window "other window")
    ("x" counsel-find-file-extern "open externally")))
 
 ;;** `counsel-locate'



reply via email to

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