aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-09-24 04:14:20 +0000
committerRichard M. Stallman <[email protected]>1994-09-24 04:14:20 +0000
commitc6818db902861998d1e3b9fbc1123759a3b0267b (patch)
tree0fd3ce3521cfdf9cbe709d081993a4f5cf662ed5 /lisp
parentebbc29c72f791fac18b2dff4a666c54fb1d586cc (diff)
Comment change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/perl-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el
index 707ec7d034..107ef434ae 100644
--- a/lisp/progmodes/perl-mode.el
+++ b/lisp/progmodes/perl-mode.el
@@ -33,7 +33,7 @@
;; 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))
+;; (setq auto-mode-alist (append (list (cons "\\.pl\\'" 'perl-mode))
;; auto-mode-alist))
;; to your .emacs file; otherwise the .pl suffix defaults to prolog-mode.