From: Juanma Barranquero Date: Tue, 2 Jul 2002 14:50:00 +0000 (+0000) Subject: (cperl-break-one-line-blocks-when-indent): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~14348 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2022c546c049914740f6f50846d4e5a31ccb8076;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 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)