system and taintedness
[p5sagit/p5-mst-13.2.git] / emacs / cperl-mode.el
index c6fa46c..8abdb0e 100644 (file)
@@ -1610,7 +1610,7 @@ For best results apply to an older Emacs the patches from
   ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode/patches
 \(this upgrades syntax-parsing abilities of RMS Emaxen v19.34 and 
 v20.2 up to the level of RMS Emacs v20.3 - a must for a good Perl
-mode.)  You will not get much from XEmacs, it's syntax abilities are
+mode.)  You will not get much from XEmacs; its syntax abilities are
 too primitive.
 
 Get support packages choose-color.el (or font-lock-extra.el before
@@ -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.