]> git.eshelyaron.com Git - emacs.git/commitdiff
(cperl-break-one-line-blocks-when-indent): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 2 Jul 2002 15:21:37 +0000 (15:21 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 2 Jul 2002 15:21:37 +0000 (15:21 +0000)
lisp/progmodes/cperl-mode.el

index 2dc47960a89ec22306cce7b8ef883afef8dd3317..334f72a64bc86181f3932777040a31f7e589f5f4 100644 (file)
@@ -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)