diff lisp/progmodes/sh-script.el @ 47931:177c45c2e130

(sh-indent-for-then): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 18 Oct 2002 08:18:29 +0000
parents 3712c799f805
children d9114ecd3312
line wrap: on
line diff
--- 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)