From: Stefan Kangas Date: Fri, 16 Sep 2022 19:27:14 +0000 (+0200) Subject: ; * lisp/progmodes/cperl-mode.el: Fix typo. X-Git-Tag: emacs-29.0.90~1856^2~436 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9b0d3b3fca84464b972b8e7780512b2168eab94;p=emacs.git ; * lisp/progmodes/cperl-mode.el: Fix typo. --- diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index a6d94b58179..614ee60fa03 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -52,7 +52,7 @@ ;; (define-key global-map [M-S-down-mouse-3] #'imenu) ;; This version supports the syntax added by the MooseX::Declare CPAN -;; module, as well as Perl 5.10 keyword support. +;; module, as well as Perl 5.10 keywords. ;;; Code: