branch: master
commit 3940f17d525e912745898b3d57e44d3e51f616bd
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Fix typos
---
counsel.el | 2 +-
doc/ivy.org | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/counsel.el b/counsel.el
index 3ed15c6..33ee316 100644
--- a/counsel.el
+++ b/counsel.el
@@ -77,7 +77,7 @@
(directory-file-name dir)) "/"))
(defun counsel-string-compose (prefix str)
- "Make PREFIX the display prefix of STR though text properties."
+ "Make PREFIX the display prefix of STR through text properties."
(let ((str (copy-sequence str)))
(put-text-property
0 1 'display
diff --git a/doc/ivy.org b/doc/ivy.org
index 71cf03d..f47a842 100644
--- a/doc/ivy.org
+++ b/doc/ivy.org
@@ -678,7 +678,6 @@ installed.
~C-o m~ toggles the current regexp builder.
-
* Customization
:PROPERTIES:
:CUSTOM_ID: customization