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

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

[elpa] externals/ivy-hydra b603d89 045/395: counsel.el: Fix typos


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra b603d89 045/395: counsel.el: Fix typos
Date: Thu, 25 Feb 2021 08:31:28 -0500 (EST)

branch: externals/ivy-hydra
commit b603d890852247567b0a50cbe085f2a02799055e
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    counsel.el: Fix typos
    
    Fixes #2323
---
 counsel.el        | 2 +-
 doc/Changelog.org | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/counsel.el b/counsel.el
index a2f0062..c2c6104 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1395,7 +1395,7 @@ Typical value: '(recenter)."
         (swiper--add-overlays (ivy--regex ivy-text))))))
 
 (defun counsel-git-grep-transformer (str)
-  "Higlight file and line number in STR."
+  "Highlight file and line number in STR."
   (when (string-match "\\`\\([^:]+\\):\\([^:]+\\):" str)
     (ivy-add-face-text-property (match-beginning 1) (match-end 1)
                                 'ivy-grep-info
diff --git a/doc/Changelog.org b/doc/Changelog.org
index 2100a73..3557215 100644
--- a/doc/Changelog.org
+++ b/doc/Changelog.org
@@ -4710,7 +4710,7 @@ Make swiper occur wgrep work for narrowed buffers. See 
[[https://github.com/abo-
 
 Don't setq-local el:ivy--directory. See 
[[https://github.com/abo-abo/swiper/issues/1866][#1866]].
 
-Don't hightlight the file name part. See 
[[https://github.com/abo-abo/swiper/issues/2073][#2073]].
+Don't highlight the file name part. See 
[[https://github.com/abo-abo/swiper/issues/2073][#2073]].
 
 Fix missing line numbers. See 
[[https://github.com/abo-abo/swiper/issues/2076][#2076]].
 
@@ -5648,7 +5648,7 @@ Example:
 :PROPERTIES:
 :CUSTOM_ID: 0.13.0-nf-ivy-use-virtual-buffers
 :END:
-Allow to choose beween: recent files, or bookmarks, or both, or none. See 
[[https://github.com/abo-abo/swiper/issues/2169][#2169]], 
[[https://github.com/abo-abo/swiper/issues/2172][#2172]].
+Allow to choose between: recent files, or bookmarks, or both, or none. See 
[[https://github.com/abo-abo/swiper/issues/2169][#2169]], 
[[https://github.com/abo-abo/swiper/issues/2172][#2172]].
 -----
 *** swiper-goto-start-of-match
 :PROPERTIES:



reply via email to

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