projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e07af4
)
; * lisp/progmodes/cperl-mode.el (cperl-method-call): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 3 Aug 2023 07:28:58 +0000
(10:28 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 3 Aug 2023 07:28:58 +0000
(10:28 +0300)
lisp/progmodes/cperl-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cperl-mode.el
b/lisp/progmodes/cperl-mode.el
index 51bed91c8c2a99e4bbb342229f7af62910c7aae9..6ab3b8ef07e7e1bc73891b60940fbe8d2d179ad1 100644
(file)
--- 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'.")