Remove references to enh-ruby-mode

This commit is contained in:
Henrik Lissner 2020-03-12 11:29:54 -04:00
parent f82771980a
commit dd402b7db3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
12 changed files with 12 additions and 19 deletions

View file

@ -116,7 +116,7 @@ There is no guarantee your language mode will have completion support.
Some, like ~lua-mode~, don't have completion support in Emacs at all. Others may
requires additional setup to get code completion working. For instance,
~go-mode~ requires ~guru~ to be installed on your system, and ~enh-ruby-mode~
~go-mode~ requires ~guru~ to be installed on your system, and ~ruby-mode~
requires that you have a Robe server running (~M-x robe-start~).
Check the relevant module's documentation for this kind of information.