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

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

[nongnu] elpa/inf-ruby b0124578db 238/265: Copy edits


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby b0124578db 238/265: Copy edits
Date: Sat, 9 Jul 2022 21:59:29 -0400 (EDT)

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

    Copy edits
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e1977d78a6..faf3874099 100644
--- a/README.md
+++ b/README.md
@@ -117,16 +117,16 @@ type <kbd>M-x describe-function [RET] inf-ruby-minor-mode 
[RET]</kbd>.
 
 ## Bugs
 
-* The REPL buffer doesn't seem to react to input?
+* The REPL buffer doesn't seem to react to input and your Ruby is < 2.7?
 
-  Try putting following code into your `~/.irbrc`
+  Try putting the following code into your `~/.irbrc`
   (issue [#51](https://github.com/nonsequitur/inf-ruby/issues/51)):
 
 ```rb
 IRB.conf[:USE_READLINE] = false if ENV['INSIDE_EMACS']
 ```
 
-* If your Ruby version is 2.7+ and there is a triangle instead of prompt, or 
you see a reline related error 
([example](https://github.com/ruby/irb/issues/43#issuecomment-589593889)), try 
adding the following to your `~/.irbrc` as well:
+* If your Ruby version is 2.7+ and there is a triangle instead of prompt, or 
you see a reline related error 
([example](https://github.com/ruby/irb/issues/43#issuecomment-589593889)), try 
putting the following in your `~/.irbrc`:
 
 ```rb
 IRB.conf[:USE_MULTILINE] = false if ENV['INSIDE_EMACS']



reply via email to

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