diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2023-01-20 03:54:36 +0200 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2023-01-20 03:58:03 +0200 |
commit | 370b1ac99ec4328981ce8502ecb03353dbea5041 (patch) | |
tree | 25df570f520d42d56bb4475d843f9509d5e63e05 /lisp/progmodes | |
parent | 7b7b2b95138e691f1b155060b91a8998e3905651 (diff) | |
download | emacs-370b1ac99ec4328981ce8502ecb03353dbea5041.tar.gz emacs-370b1ac99ec4328981ce8502ecb03353dbea5041.tar.bz2 emacs-370b1ac99ec4328981ce8502ecb03353dbea5041.zip |
; ruby-ts-mode.el: Add customize-group mention to commentary
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/ruby-ts-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/ruby-ts-mode.el b/lisp/progmodes/ruby-ts-mode.el index 71562b46306..da2d00ce168 100644 --- a/lisp/progmodes/ruby-ts-mode.el +++ b/lisp/progmodes/ruby-ts-mode.el @@ -71,6 +71,8 @@ ;; ruby-ts-mode tries to adhere to the indentation related user ;; options from ruby-mode, such as ruby-indent-level, ;; ruby-indent-tabs-mode, and so on. +;; +;; Type 'M-x customize-group RET ruby RET' to see the options. ;; * IMenu ;; * Navigation |