From: Juanma Barranquero Date: Tue, 2 Jul 2002 15:21:37 +0000 (+0000) Subject: (cperl-break-one-line-blocks-when-indent): Fix typo. X-Git-Tag: emacs-pretest-21.2.91~213 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2035a086befc569f3bd676cb35bf5b54c0b9680c;p=emacs.git (cperl-break-one-line-blocks-when-indent): Fix typo. --- diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 2dc47960a89..334f72a64bc 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -465,7 +465,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)