(cperl-break-one-line-blocks-when-indent): Fix typo.

This commit is contained in:
Juanma Barranquero 2002-07-02 14:50:00 +00:00
parent 9e3e72cb12
commit 2022c546c0

View file

@ -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)