emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d727e8ee7c0: ; * lisp/progmodes/cperl-mode.el (cperl-method-call)


From: Eli Zaretskii
Subject: master d727e8ee7c0: ; * lisp/progmodes/cperl-mode.el (cperl-method-call): Doc fix.
Date: Thu, 3 Aug 2023 03:29:05 -0400 (EDT)

branch: master
commit d727e8ee7c0b6f3457080c8a94ad54d6cffda911
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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'.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]