diff lisp/modes/perl-mode.el @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents ec9a17fef872
children c7528f8e288d
line wrap: on
line diff
--- a/lisp/modes/perl-mode.el	Mon Aug 13 09:00:04 2007 +0200
+++ b/lisp/modes/perl-mode.el	Mon Aug 13 09:02:59 2007 +0200
@@ -34,7 +34,7 @@
 ;; To enter perl-mode automatically, add (autoload 'perl-mode "perl-mode")
 ;; to your .emacs file and change the first line of your perl script to:
 ;; #!/usr/bin/perl --	 # -*-Perl-*-
-;; With arguments to perl:
+;; With argments to perl:
 ;; #!/usr/bin/perl -P-	 # -*-Perl-*-
 ;; To handle files included with do 'filename.pl';, add something like
 ;; (setq auto-mode-alist (append (list (cons "\\.pl\\'" 'perl-mode))
@@ -708,6 +708,4 @@
   (perl-beginning-of-function)
   (backward-paragraph))
 
-(provide 'perl-mode)
-
-;;; perl-mode.el ends here
+;;;;;;;; That's all, folks! ;;;;;;;;;