emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-ruby a960434970 096/265: run-ruby: write better docstr


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby a960434970 096/265: run-ruby: write better docstring
Date: Sat, 9 Jul 2022 21:59:17 -0400 (EDT)

branch: elpa/inf-ruby
commit a960434970cd37536f2bbce393c9303ce8a613e9
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    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

[Prev in Thread] Current Thread [Next in Thread]