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

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

[elpa] master b7e9dfd 277/399: counsel.el: Fix a couple of typos


From: Oleh Krehel
Subject: [elpa] master b7e9dfd 277/399: counsel.el: Fix a couple of typos
Date: Sat, 20 Jul 2019 14:57:39 -0400 (EDT)

branch: master
commit b7e9dfdf8df907af2afe15fce9590733ec43493e
Author: Basil L. Contovounesios <address@hidden>
Commit: Basil L. Contovounesios <address@hidden>

    counsel.el: Fix a couple of typos
    
    (counsel-company): Use proper English in prompt.
    (counsel-compile--current-build-dir): Fix typo in docstring.
---
 counsel.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/counsel.el b/counsel.el
index 8721280..2012c62 100644
--- a/counsel.el
+++ b/counsel.el
@@ -404,7 +404,7 @@ Update the minibuffer with the amount of lines collected 
every
     (when len
       (setq ivy-completion-beg (- (point) len))
       (setq ivy-completion-end (point))
-      (ivy-read "company cand: " company-candidates
+      (ivy-read "Candidate: " company-candidates
                 :action #'ivy-completion-in-region-action
                 :unwind #'company-abort
                 :caller 'counsel-company))))
@@ -5506,7 +5506,7 @@ This is determined by `counsel-compile-local-builds', 
which see."
   "Tracks the last directory `counsel-compile' was called with.
 
 This state allows us to set it correctly if the user has manually
-edited the command loosing our embedded state.")
+edited the command, thus losing our embedded state.")
 
 (defun counsel-compile--action (cmd)
   "Process CMD to call `compile'.



reply via email to

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