aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/sh-script.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index baf4d96ee7f..336fd874eee 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -1102,7 +1102,7 @@ does not affect then else elif or fi statements themselves."
1102 :type `(choice ,@ sh-number-or-symbol-list ) 1102 :type `(choice ,@ sh-number-or-symbol-list )
1103 :group 'sh-indentation) 1103 :group 'sh-indentation)
1104 1104
1105(defcustom sh-indent-for-then '+ 1105(defcustom sh-indent-for-then 0
1106 "*How much to indent a then relative to an if." 1106 "*How much to indent a then relative to an if."
1107 :type `(choice ,@ sh-number-or-symbol-list ) 1107 :type `(choice ,@ sh-number-or-symbol-list )
1108 :group 'sh-indentation) 1108 :group 'sh-indentation)