emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116224: Fixup the documentation for the previous ch


From: Dmitry Gutov
Subject: [Emacs-diffs] trunk r116224: Fixup the documentation for the previous change
Date: Fri, 31 Jan 2014 17:33:16 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116224
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/16593
committer: Dmitry Gutov <address@hidden>
branch nick: trunk
timestamp: Fri 2014-01-31 19:33:12 +0200
message:
  Fixup the documentation for the previous change
  
  * etc/NEWS: Mention `ruby-align-chained-calls'.
  
  * lisp/progmodes/ruby-mode.el (ruby-align-chained-calls): Update the
    docstring and add :version tag.
modified:
  etc/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1485
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
  lisp/progmodes/ruby-mode.el    
rubymode.el-20091113204419-o5vbwnq5f7feedwu-8804
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2014-01-31 01:56:00 +0000
+++ b/etc/ChangeLog     2014-01-31 17:33:12 +0000
@@ -1,3 +1,7 @@
+2014-01-31  Dmitry Gutov  <address@hidden>
+
+       * NEWS: Mention `ruby-align-chained-calls'.
+
 2014-01-31  Alex Schroeder  <address@hidden>  (tiny change)
 
        * gnus-tut.txt (Message-ID): Typo fix (bug#15556).

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-01-31 09:41:54 +0000
+++ b/etc/NEWS  2014-01-31 17:33:12 +0000
@@ -719,6 +719,9 @@
 *** New option `ruby-align-to-stmt-keywords'.
 
 ---
+*** New option `ruby-align-chained-calls'.
+
+---
 *** More Ruby file types have been added to `auto-mode-alist'.
 
 ** Search and Replace

=== modified file 'lisp/progmodes/ruby-mode.el'
--- a/lisp/progmodes/ruby-mode.el       2014-01-31 17:13:49 +0000
+++ b/lisp/progmodes/ruby-mode.el       2014-01-31 17:33:12 +0000
@@ -265,13 +265,16 @@
   :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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]