diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-30 09:33:33 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-30 09:33:33 +0000 |
commit | 3f98fbb3afdb03dd2dc57e6d7233195e88e4f9bf (patch) | |
tree | 0184c8908315f9e00031f56533b6819f68f169c9 | |
parent | 01e900269183cdbb5f7c7077171d6ff539706315 (diff) | |
download | perl-3f98fbb3afdb03dd2dc57e6d7233195e88e4f9bf.tar.gz |
In vim, modelines are not taken into account if they begin on the
first character. Also, regenerate perlintern.pod.
p4raw-id: //depot/perl@29146
-rw-r--r-- | autodoc.pl | 2 | ||||
-rw-r--r-- | pod/perlapi.pod | 2 | ||||
-rw-r--r-- | pod/perlintern.pod | 9 |
3 files changed, 11 insertions, 2 deletions
diff --git a/autodoc.pl b/autodoc.pl index 7748e2aadf..e801c6cd46 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -161,7 +161,7 @@ sub readonly_footer (*) { print $fh <<'_EOF_'; =cut -ex: set ro: + ex: set ro: _EOF_ } diff --git a/pod/perlapi.pod b/pod/perlapi.pod index c5f4823411..64bb6b8b49 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -6939,4 +6939,4 @@ perlguts(1), perlxs(1), perlxstut(1), perlintern(1) =cut -ex: set ro: + ex: set ro: diff --git a/pod/perlintern.pod b/pod/perlintern.pod index de67174a41..5c901cd47d 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -1,3 +1,9 @@ +-*- buffer-read-only: t -*- + +!!!!!!! DO NOT EDIT THIS FILE !!!!!!! +This file is built by autodoc.pl extracting documentation from the C source +files. + =head1 NAME perlintern - autogenerated documentation of purely B<internal> @@ -1046,3 +1052,6 @@ document their functions. perlguts(1), perlapi(1) +=cut + + ex: set ro: |