X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=emacs%2Fcperl-mode.el;h=383d164914a4db1ee89a99c5c45b2b324aea58f2;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;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..383d164 100644 --- a/emacs/cperl-mode.el +++ b/emacs/cperl-mode.el @@ -7364,7 +7364,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.