aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-01-10 15:02:27 +0100
committerJonas Bernoulli <jonas@bernoul.li>2025-01-10 15:02:27 +0100
commit6efe13e701118719a61fee2b6eb465b8fa4a028e (patch)
tree32ed5480388a8e9730a5cc950445bf7c59feef98 /lisp/magit.el
parent46c3d8b0ad0a7e583fc382243ab84b95a1d2da52 (diff)
Highlight amend! markers as well
In regular expressions, duplicated the exclamation mark for increased grepability.
Diffstat (limited to 'lisp/magit.el')
-rw-r--r--lisp/magit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit.el b/lisp/magit.el
index 35594e9..35addf9 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -193,7 +193,7 @@ and/or `magit-branch-remote-head'."
(defface magit-keyword-squash
'((t :inherit font-lock-warning-face))
- "Face for squash! and fixup! keywords in commit messages."
+ "Face for squash! and similar keywords in commit messages."
:group 'magit-faces)
(defface magit-signature-good