diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2023-01-20 23:32:21 +0200 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2023-01-20 23:32:21 +0200 |
commit | 34793337783489297313c67d4a56682514877597 (patch) | |
tree | f9a268931786ed33b368bbee69cea5aa69e2274b /lisp/org | |
parent | 472f142598566fbaeedcacaf9a9c757a1281c0c5 (diff) | |
download | emacs-34793337783489297313c67d4a56682514877597.tar.gz emacs-34793337783489297313c67d4a56682514877597.tar.bz2 emacs-34793337783489297313c67d4a56682514877597.zip |
* lisp/org/ob-ruby.el: Fix outdated comments.
Diffstat (limited to 'lisp/org')
-rw-r--r-- | lisp/org/ob-ruby.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/org/ob-ruby.el b/lisp/org/ob-ruby.el index 03c94b1ba99..b94bc73dd79 100644 --- a/lisp/org/ob-ruby.el +++ b/lisp/org/ob-ruby.el @@ -29,11 +29,10 @@ ;; - ruby and irb executables :: https://www.ruby-lang.org/ ;; -;; - ruby-mode :: Can be installed through ELPA, or from -;; https://github.com/eschulte/rinari/raw/master/util/ruby-mode.el +;; - ruby-mode :: Comes with Emacs. ;; ;; - inf-ruby mode :: Can be installed through ELPA, or from -;; https://github.com/eschulte/rinari/raw/master/util/inf-ruby.el +;; https://raw.githubusercontent.com/nonsequitur/inf-ruby/master/inf-ruby.el ;;; Code: |