]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-indent-for-then): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 18 Oct 2002 08:18:29 +0000 (08:18 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 18 Oct 2002 08:18:29 +0000 (08:18 +0000)
lisp/progmodes/sh-script.el

index 3468029b5e62b5627c6dd869661b00cef5fccfcf..35e72199a73daf1f50b885e477668e53dd7944d7 100644 (file)
@@ -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)