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

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

[elpa] master 3940f17 266/348: Fix typos


From: Oleh Krehel
Subject: [elpa] master 3940f17 266/348: Fix typos
Date: Sat, 8 Apr 2017 11:04:12 -0400 (EDT)

branch: master
commit 3940f17d525e912745898b3d57e44d3e51f616bd
Author: Jonas Bernoulli <address@hidden>
Commit: Jonas Bernoulli <address@hidden>

    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



reply via email to

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