From 2022c546c049914740f6f50846d4e5a31ccb8076 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 2 Jul 2002 14:50:00 +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 f8cf794cd5e..7fa9df835b8 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -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) -- 2.39.2