branch: externals/ivy-hydra
commit b603d890852247567b0a50cbe085f2a02799055e
Author: Jonas Bernoulli <[email protected]>
Commit: Oleh Krehel <[email protected]>
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: