From 2035a086befc569f3bd676cb35bf5b54c0b9680c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 2 Jul 2002 15:21:37 +0000 Subject: [PATCH] (cperl-break-one-line-blocks-when-indent): Fix typo. --- lisp/progmodes/cperl-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2