(cperl-break-one-line-blocks-when-indent): Fix typo.
This commit is contained in:
parent
9e3e72cb12
commit
2022c546c0
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ than 1 and nil will probably not work."
|
|||
|
||||
(defcustom cperl-break-one-line-blocks-when-indent t
|
||||
"*Non-nil means that one-line if/unless/while/until/for/foreach BLOCKs
|
||||
need to be reformated into multiline ones when indenting a region."
|
||||
need to be reformatted into multiline ones when indenting a region."
|
||||
:type 'boolean
|
||||
:group 'cperl-indentation-details)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue