summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-10 11:39:04 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-10 11:39:04 +0000
commitf34a54ca0cefd215c30f275d513484a4c91dbc87 (patch)
tree0e748dc38a103b83d4120f137a1f9573f28c5418 /misc
parent972b2519a46717aa64ddf6b26d10df4a814fcc93 (diff)
Mention the ruby-debug project at RubyForge in README.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@15961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'misc')
-rw-r--r--misc/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/README b/misc/README
index 024b219add..12646ac819 100644
--- a/misc/README
+++ b/misc/README
@@ -4,3 +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
+
+Check out http://rubyforge.org/projects/ruby-debug/ also.