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

    run-ruby: write better docstring
---
 inf-ruby.el | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/inf-ruby.el b/inf-ruby.el
index 02c3bbd4a4..105bf041ef 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -269,9 +269,13 @@ run)."
 
 ;;;###autoload
 (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.
-\(Type \\[describe-mode] in the process buffer for a list of commands.)"
+  "Run an inferior Ruby process, input and output via buffer `*NAME*'.
+If there is a process already running in `*NAME*', switch to that buffer.
+
+NAME defaults to \"ruby\". COMMAND defaults to the default entry
+in `inf-ruby-implementations'.
+
+\(Type \\[describe-mode] in the process buffer for the list of commands.)"
 
   (interactive)
   (setq command (or command (cdr (assoc inf-ruby-default-implementation

Reply via email to