From d727e8ee7c0b6f3457080c8a94ad54d6cffda911 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 3 Aug 2023 10:28:58 +0300 Subject: [PATCH] ; * lisp/progmodes/cperl-mode.el (cperl-method-call): Doc fix. --- lisp/progmodes/cperl-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'.") -- 2.39.5