]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/cperl-mode.el (cperl-method-call): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Thu, 3 Aug 2023 07:28:58 +0000 (10:28 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 3 Aug 2023 07:28:58 +0000 (10:28 +0300)
lisp/progmodes/cperl-mode.el

index 51bed91c8c2a99e4bbb342229f7af62910c7aae9..6ab3b8ef07e7e1bc73891b60940fbe8d2d179ad1 100644 (file)
@@ -5877,7 +5877,8 @@ default function."
 
 (defface cperl-method-call
   '((t (:inherit 'default )))
-  "The face for method calls.  Usually, they are not fontified.
+  "Font Lock mode face for method calls.
+Usually, method calls are not fontified.
 We use this face to prevent calls to methods which look like
 builtin functions to be fontified like, well, builtin
 functions (which they are not).  Inherits from `default'.")