# HG changeset patch # User Juanma Barranquero # Date 1025621400 0 # Node ID 4d83b6d5d27a89e54a7a52d0755b126a00f105a1 # Parent 7255ef8cf60fcda9b1e06cccc9332054ba42039f (cperl-break-one-line-blocks-when-indent): Fix typo. diff -r 7255ef8cf60f -r 4d83b6d5d27a lisp/progmodes/cperl-mode.el --- a/lisp/progmodes/cperl-mode.el Tue Jul 02 14:49:40 2002 +0000 +++ b/lisp/progmodes/cperl-mode.el Tue Jul 02 14:50:00 2002 +0000 @@ -486,7 +486,7 @@ (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)