]> code.delx.au - gnu-emacs-elpa/commitdiff
Add ivy key bindings to "C-h m"
authorOleh Krehel <ohwoeowho@gmail.com>
Sat, 18 Apr 2015 16:54:01 +0000 (18:54 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Sat, 18 Apr 2015 16:54:01 +0000 (18:54 +0200)
* ivy.el (ivy-mode): Update.

Re #37

ivy.el

diff --git a/ivy.el b/ivy.el
index 791b46b2fee5aff4ded89c1462e446b32e30fac6..61de060b2effa236a565604ae643163fe26a6da9 100644 (file)
--- 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"