# HG changeset patch # User Juanma Barranquero # Date 1034929109 0 # Node ID 177c45c2e130edd2c435455a149cdb289f92e6b8 # Parent 43574ede3ab12834de0bac92a7f255bbbc2f851d (sh-indent-for-then): Fix typo. diff -r 43574ede3ab1 -r 177c45c2e130 lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Fri Oct 18 08:12:35 2002 +0000 +++ b/lisp/progmodes/sh-script.el Fri Oct 18 08:18:29 2002 +0000 @@ -1080,7 +1080,7 @@ :group 'sh-indentation) (defcustom sh-indent-for-then '+ - "*How much to indent an then relative to an if." + "*How much to indent a then relative to an if." :type `(choice ,@ sh-number-or-symbol-list ) :group 'sh-indentation)