aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/sh-script.el
diff options
context:
space:
mode:
authorJuanma Barranquero2002-10-18 08:18:29 +0000
committerJuanma Barranquero2002-10-18 08:18:29 +0000
commitb554bbff249cff72fac15c06ddf8d9c578f46dfa (patch)
treee94e3520d111f0667c168d7bda29231db42db749 /lisp/progmodes/sh-script.el
parent775591f76771ad7a1312889584f392e8422e0c78 (diff)
downloademacs-b554bbff249cff72fac15c06ddf8d9c578f46dfa.tar.gz
emacs-b554bbff249cff72fac15c06ddf8d9c578f46dfa.zip
(sh-indent-for-then): Fix typo.
Diffstat (limited to 'lisp/progmodes/sh-script.el')
-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 3468029b5e6..35e72199a73 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -1080,7 +1080,7 @@ does not affect then else elif or fi statements themselves."
1080 :group 'sh-indentation) 1080 :group 'sh-indentation)
1081 1081
1082(defcustom sh-indent-for-then '+ 1082(defcustom sh-indent-for-then '+
1083 "*How much to indent an then relative to an if." 1083 "*How much to indent a then relative to an if."
1084 :type `(choice ,@ sh-number-or-symbol-list ) 1084 :type `(choice ,@ sh-number-or-symbol-list )
1085 :group 'sh-indentation) 1085 :group 'sh-indentation)
1086 1086