Update Changes.
[p5sagit/p5-mst-13.2.git] / emacs / cperl-mode.el
index c6fa46c..ff16b03 100644 (file)
@@ -7083,7 +7083,6 @@ Currently it is tuned to C and Perl syntax."
              found-bad found)))
     (not not-found)))
 
-\ 6
 ;;; Getting help
 (defvar cperl-have-help-regexp 
   ;;(concat "\\("
@@ -7364,7 +7363,7 @@ $~        The name of the current report format.
 ?PATTERN?      One-time pattern match.
 @ARGV  Command line arguments (not including the command name - see $0).
 @INC   List of places to look for perl scripts during do/include/use.
-@_     Parameter array for subroutines.  Also used by split unless in array context.
+@_     Parameter array for subroutines.  Also used by split unless in list context.
 \\  Creates reference to what follows, like \$var, or quotes non-\w in strings.
 \\0    Octal char, e.g. \\033.
 \\E    Case modification terminator.  See \\Q, \\L, and \\U.