diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-11 04:29:29 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-11 04:29:29 +0100 |
commit | 0f5352377539bc2587b9bfd068de0f4b3bf8b248 (patch) | |
tree | 8d29a04971ef8970829532c5e7ee21092cd8ac65 /lisp/progmodes/perl-mode.el | |
parent | ea8ed105fdbb7b14ac7f507483f19373738f2941 (diff) | |
download | emacs-0f5352377539bc2587b9bfd068de0f4b3bf8b248.tar.gz emacs-0f5352377539bc2587b9bfd068de0f4b3bf8b248.tar.bz2 emacs-0f5352377539bc2587b9bfd068de0f4b3bf8b248.zip |
Remove redundant library installation instructions
* lisp/apropos.el:
* lisp/mail/feedmail.el:
* lisp/mail/mail-hist.el:
* lisp/org/org-ctags.el:
* lisp/org/org-protocol.el:
* lisp/progmodes/ebnf2ps.el:
* lisp/progmodes/mixal-mode.el:
* lisp/progmodes/perl-mode.el:
* lisp/savehist.el:
* lisp/textmodes/table.el:
* lisp/vc/smerge-mode.el: Remove redundant installation instructions
for packages bundled with Emacs.
Diffstat (limited to 'lisp/progmodes/perl-mode.el')
-rw-r--r-- | lisp/progmodes/perl-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index db9df672797..4dd0fd67a6b 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el @@ -27,8 +27,8 @@ ;;; Commentary: -;; To enter perl-mode automatically, add (autoload 'perl-mode "perl-mode") -;; to your init file and change the first line of your perl script to: +;; To enter `perl-mode' automatically, change the first line of your +;; perl script to: ;; #!/usr/bin/perl -- # -*-Perl-*- ;; With arguments to perl: ;; #!/usr/bin/perl -P- # -*-Perl-*- |