]> 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 14:50:00 +0000 (14:50 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 2 Jul 2002 14:50:00 +0000 (14:50 +0000)
lisp/progmodes/cperl-mode.el

index f8cf794cd5e2d6d0ef8769db7c111145cf8a1200..7fa9df835b84a7419bed37278d512e9684c61ea7 100644 (file)
@@ -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)