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 55ea460e421..70172e22732 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -1126,7 +1126,7 @@ does not affect then else elif or fi statements themselves."
1126 :type `(choice ,@ sh-number-or-symbol-list ) 1126 :type `(choice ,@ sh-number-or-symbol-list )
1127 :group 'sh-indentation) 1127 :group 'sh-indentation)
1128 1128
1129(defcustom sh-indent-for-do '* 1129(defcustom sh-indent-for-do 0
1130 "*How much to indent a do statement. 1130 "*How much to indent a do statement.
1131This is relative to the statement before the do, i.e. the 1131This is relative to the statement before the do, i.e. the
1132while until or for statement." 1132while until or for statement."