[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master a728782 2/4: Add ivy key bindings to "C-h m"
From: |
Oleh Krehel |
Subject: |
[elpa] master a728782 2/4: Add ivy key bindings to "C-h m" |
Date: |
Sat, 18 Apr 2015 17:20:52 +0000 |
branch: master
commit a728782d058bd9c39f6a1ca35d60f3383450c006
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>
Add ivy key bindings to "C-h m"
* ivy.el (ivy-mode): Update.
Re #37
---
ivy.el | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/ivy.el b/ivy.el
index 791b46b..61de060 100644
--- a/ivy.el
+++ b/ivy.el
@@ -359,7 +359,9 @@ The history, defaults and input-method arguments are
ignored for now."
"Toggle Ivy mode on or off.
With ARG, turn Ivy mode on if arg is positive, off otherwise.
Turning on Ivy mode will set `completing-read-function' to
-`ivy-completing-read'."
+`ivy-completing-read'.
+
+\\{ivy-minibuffer-map}"
:group 'ivy
:global t
:lighter " ivy"