* progmodes/sh-script.el (sh-indent-after-continuation): Add explicit :group.
authorGlenn Morris <rgm@gnu.org>
Sat, 6 Oct 2012 20:34:45 +0000 (13:34 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 6 Oct 2012 20:34:45 +0000 (13:34 -0700)
lisp/ChangeLog
lisp/progmodes/sh-script.el

index 53e3836..0bd07a9 100644 (file)
@@ -1,5 +1,8 @@
 2012-10-06  Glenn Morris  <rgm@gnu.org>
 
+       * progmodes/sh-script.el (sh-indent-after-continuation):
+       Add explicit :group.
+
        * textmodes/rst.el (rst-preferred-decorations)
        (rst-shift-basic-offset): Clarify obsolescence versions.
 
index 16acf25..06ded5f 100644 (file)
@@ -1768,7 +1768,8 @@ Does not preserve point."
 (defcustom sh-indent-after-continuation t
   "If non-nil, try to make sure text is indented after a line continuation."
   :version "24.3"
-  :type 'boolean)
+  :type 'boolean
+  :group 'sh-indentation)
 
 (defun sh-smie--continuation-start-indent ()
   "Return the initial indentation of a continued line.