branch: elpa/inf-ruby
commit 2cebc69ecdff8d8166a43ca04e428bc647debf5a
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    Remove some outdated code
    
    Closes #38
---
 inf-ruby.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/inf-ruby.el b/inf-ruby.el
index 7b75c16188..02c3bbd4a4 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -271,9 +271,6 @@ run)."
 (defun run-ruby (&optional command name)
   "Run an inferior Ruby process, input and output via buffer *ruby*.
 If there is a process already running in `*ruby*', switch to that buffer.
-With argument, allows you to edit the command line (default is value
-of `ruby-program-name').  Runs the hooks `inferior-ruby-mode-hook'
-\(after the `comint-mode-hook' is run).
 \(Type \\[describe-mode] in the process buffer for a list of commands.)"
 
   (interactive)

Reply via email to