Mercurial > emacs
changeset 47931:177c45c2e130
(sh-indent-for-then): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 18 Oct 2002 08:18:29 +0000 |
parents | 43574ede3ab1 |
children | 9545a9f6a23e |
files | lisp/progmodes/sh-script.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)