summaryrefslogtreecommitdiff
path: root/autodoc.pl
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-30 09:33:33 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-30 09:33:33 +0000
commit3f98fbb3afdb03dd2dc57e6d7233195e88e4f9bf (patch)
tree0184c8908315f9e00031f56533b6819f68f169c9 /autodoc.pl
parent01e900269183cdbb5f7c7077171d6ff539706315 (diff)
downloadperl-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
Diffstat (limited to 'autodoc.pl')
-rw-r--r--autodoc.pl2
1 files changed, 1 insertions, 1 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_
}