From: Juanma Barranquero Date: Fri, 18 Oct 2002 08:18:29 +0000 (+0000) Subject: (sh-indent-for-then): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~12788 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b554bbff249cff72fac15c06ddf8d9c578f46dfa;p=emacs.git (sh-indent-for-then): Fix typo. --- 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." :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)