* etc/NEWS: Mention `ruby-align-chained-calls'.
* lisp/progmodes/ruby-mode.el (ruby-align-chained-calls): Update the
docstring and add :version tag.
Fixes: debbugs:16593
+2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
+
+ * NEWS: Mention `ruby-align-chained-calls'.
+
2014-01-31 Alex Schroeder <alex@gnu.org> (tiny change)
* gnus-tut.txt (Message-ID): Typo fix (bug#15556).
---
*** New option `ruby-align-to-stmt-keywords'.
+---
+*** New option `ruby-align-chained-calls'.
+
---
*** More Ruby file types have been added to `auto-mode-alist'.
:version "24.4")
(defcustom ruby-align-chained-calls nil
- "If non-nil, chained method calls on multiple lines will be
-aligned to the same column.
+ "If non-nil, align chained method calls.
+
+Each method call on a separate line will be aligned to the column
+of its parent.
Only has effect when `ruby-use-smie' is t."
:type 'boolean
:group 'ruby
- :safe 'booleanp)
+ :safe 'booleanp
+ :version "24.4")
(defcustom ruby-deep-arglist t
"Deep indent lists in parenthesis when non-nil.