From: Eli Zaretskii Date: Thu, 3 Aug 2023 07:28:58 +0000 (+0300) Subject: ; * lisp/progmodes/cperl-mode.el (cperl-method-call): Doc fix. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d727e8ee7c0b6f3457080c8a94ad54d6cffda911;p=emacs.git ; * lisp/progmodes/cperl-mode.el (cperl-method-call): Doc fix. --- diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 51bed91c8c2..6ab3b8ef07e 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -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'.")