branch: master
commit b6dc53499472bc06e93e9a22fe3cd6480ff632a9
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    ivy.el (ivy-completing-read-with-empty-string-def): Fix typo
---
 ivy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index 5cff3b1..f222362 100644
--- a/ivy.el
+++ b/ivy.el
@@ -1906,7 +1906,7 @@ INHERIT-INPUT-METHOD is currently ignored."
 Specifically, if DEF is nil, it is treated the same as if DEF was
 the empty string. This mimics the behavior of
 `completing-read-refault'. This function can therefore be used in
-place of `icy-completing-read' for commands that rely on this
+place of `ivy-completing-read' for commands that rely on this
 behavior."
   (ivy-completing-read
    prompt collection predicate require-match initial-input

Reply via email to