From: Stefan Kangas Date: Thu, 19 Nov 2020 01:54:26 +0000 (+0100) Subject: * lisp/progmodes/cperl-mode.el: Doc fix. X-Git-Tag: emacs-28.0.90~5112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7cda88250fb1ab370e12ad4e4db84a17559c6c91;p=emacs.git * lisp/progmodes/cperl-mode.el: Doc fix. --- diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 3606f9a3952..3f24b10828c 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -54,8 +54,6 @@ ;; of other details. ;; The mode information (on C-h m) provides some customization help. -;; If you use font-lock feature of this mode, it is advisable to use -;; either lazy-lock-mode or fast-lock-mode. I prefer lazy-lock. ;; Faces used now: three faces for first-class and second-class keywords ;; and control flow words, one for each: comments, string, labels,