summaryrefslogtreecommitdiff
path: root/misc/README
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-10 11:36:29 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-10 11:36:29 +0000
commit4a1d5cfafeed360b969a6bcd67c87ab939824e80 (patch)
tree4856ca00dab501481cc55d0dcd3e246f8e0258ea /misc/README
parentb93bb68a3a6f3963552bbe602b88976fe8e4b0f9 (diff)
Mention the ruby-debug project at RubyForge.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'misc/README')
-rw-r--r--misc/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/README b/misc/README
index c7e63d7799..12646ac819 100644
--- a/misc/README
+++ b/misc/README
@@ -4,4 +4,5 @@ ruby-mode.el ruby mode for emacs
rubydb2x.el ruby debugger support for emacs 19.2x or before
rubydb3x.el ruby debugger support for emacs 19.3x or later
ruby-electric.el emacs minor mode providing electric commands
-rdebug.el ruby-debug (rdebug) support for emacs 19.3x or later
+
+Check out http://rubyforge.org/projects/ruby-debug/ also.