changeset 46132:4d83b6d5d27a

(cperl-break-one-line-blocks-when-indent): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 02 Jul 2002 14:50:00 +0000
parents 7255ef8cf60f
children 14893800e663
files lisp/progmodes/cperl-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)