aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/font-lock.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 674640a2318..608c17c9d84 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-07-03 Eli Zaretskii <eliz@gnu.org>
2
3 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4 bogus name from the last change.
5
12005-07-02 Luc Teirlinck <teirllm@auburn.edu> 62005-07-02 Luc Teirlinck <teirllm@auburn.edu>
2 7
3 * custom.el (custom-declare-variable): Fix typos in comment. 8 * custom.el (custom-declare-variable): Fix typos in comment.
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index aaf8fa58cbc..cbde7926cac 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -1831,7 +1831,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
1831 "Font Lock mode face for backslashes in Lisp regexp grouping constructs." 1831 "Font Lock mode face for backslashes in Lisp regexp grouping constructs."
1832 :group 'font-lock-highlighting-faces) 1832 :group 'font-lock-highlighting-faces)
1833 1833
1834(defface font-lock-regexp-backslash-grouping-construct 1834(defface font-lock-regexp-grouping-construct
1835 '((t :inherit bold)) 1835 '((t :inherit bold))
1836 "Font Lock mode face used to highlight grouping constructs in Lisp regexps." 1836 "Font Lock mode face used to highlight grouping constructs in Lisp regexps."
1837 :group 'font-lock-highlighting-faces) 1837 :group 'font-lock-highlighting-faces)