diff options
Diffstat (limited to 'lisp/progmodes/ruby-mode.el')
| -rw-r--r-- | lisp/progmodes/ruby-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index 0e2f66e5bc5..21ad1021c9e 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el | |||
| @@ -287,7 +287,7 @@ Only has effect when `ruby-use-smie' is nil." | |||
| 287 | :group 'ruby | 287 | :group 'ruby |
| 288 | :safe 'booleanp) | 288 | :safe 'booleanp) |
| 289 | 289 | ||
| 290 | ;; FIXME Woefully under documented. What is the point of the last `t'?. | 290 | ;; FIXME Woefully under documented. What is the point of the last t?. |
| 291 | (defcustom ruby-deep-indent-paren '(?\( ?\[ ?\] t) | 291 | (defcustom ruby-deep-indent-paren '(?\( ?\[ ?\] t) |
| 292 | "Deep indent lists in parenthesis when non-nil. | 292 | "Deep indent lists in parenthesis when non-nil. |
| 293 | The value t means continuous line. | 293 | The value t means continuous line. |