branch: elpa/inf-ruby
commit 505b3cd216054cf346643626c6831cef185ab701
Author: Alexander Brown <[email protected]>
Commit: Alexander Brown <[email protected]>
Changed the manual installation comments to reflect the change from
inf-ruby-keys to inf-ruby-setup-keybindings
---
inf-ruby.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/inf-ruby.el b/inf-ruby.el
index 7900beae0b..0e2d6221a1 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -16,9 +16,9 @@
;; * drop the file somewhere on your load path (perhaps ~/.emacs.d)
;; * Add the following lines to your .emacs file:
;; (autoload 'inf-ruby "inf-ruby" "Run an inferior Ruby process" t)
-;; (autoload 'inf-ruby-keys "inf-ruby" "" t)
+;; (autoload 'inf-ruby-setup-keybindings "inf-ruby" "" t)
;; (eval-after-load 'ruby-mode
-;; '(add-hook 'ruby-mode-hook 'inf-ruby-keys))
+;; '(add-hook 'ruby-mode-hook 'inf-ruby-setup-keybindings))
;;; TODO:
;;