X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=emacs%2Fcperl-mode.el;h=ff16b0394207a1e005c96ad1d9bc7c69ff422cbf;hb=d57eded6852763e3753285b692dd66ed278e268d;hp=c6fa46c49645ac0b9166dca65a9232232f6e5aef;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/emacs/cperl-mode.el b/emacs/cperl-mode.el index c6fa46c..ff16b03 100644 --- a/emacs/cperl-mode.el +++ b/emacs/cperl-mode.el @@ -7083,7 +7083,6 @@ Currently it is tuned to C and Perl syntax." found-bad found))) (not not-found))) - ;;; 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.