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

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

[nongnu] elpa/inf-ruby 530ac4f2fc 036/265: inf-ruby-mode: Modify the doc


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 530ac4f2fc 036/265: inf-ruby-mode: Modify the docstring
Date: Sat, 9 Jul 2022 21:59:11 -0400 (EDT)

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

    inf-ruby-mode: Modify the docstring
---
 inf-ruby.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/inf-ruby.el b/inf-ruby.el
index aa467c1312..597d12268e 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -107,11 +107,11 @@ inf-ruby-mode-hook (in that order).
 
 You can send text to the inferior ruby process from other buffers containing
 Ruby source.
-    ruby-switch-to-inf switches the current buffer to the ruby process buffer.
-    ruby-send-definition sends the current definition to the ruby process.
-    ruby-send-region sends the current region to the ruby process.
 
-    ruby-send-definition-and-go, ruby-send-region-and-go,
+    `ruby-switch-to-inf' switches the current buffer to the ruby process 
buffer.
+    `ruby-send-definition' sends the current definition to the ruby process.
+    `ruby-send-region' sends the current region to the ruby process.
+    `ruby-send-definition-and-go', `ruby-send-region-and-go'
         switch to the ruby process buffer after sending their text.
 
 Commands:
@@ -120,7 +120,7 @@ Return after the end of the process' output sends the text 
from the
 Return before the end of the process' output copies the sexp ending at point
     to the end of the process' output, and sends it.
 Delete converts tabs to spaces as it moves back.
-Tab indents for ruby; with arugment, shifts rest
+Tab indents for ruby; with argument, shifts rest
     of expression rigidly with the current line.
 C-M-q does Tab on each line starting within following expression.
 Paragraphs are separated only by blank lines.  # start comments.



reply via email to

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