mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(sh-indent-for-then): Fix typo.
This commit is contained in:
parent
775591f767
commit
b554bbff24
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue