+2005-07-03 Eli Zaretskii <eliz@gnu.org>
+
+ * font-lock.el (font-lock-regexp-grouping-construct): Fix the
+ bogus name from the last change.
+
2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
* custom.el (custom-declare-variable): Fix typos in comment.
"Font Lock mode face for backslashes in Lisp regexp grouping constructs."
:group 'font-lock-highlighting-faces)
-(defface font-lock-regexp-backslash-grouping-construct
+(defface font-lock-regexp-grouping-construct
'((t :inherit bold))
"Font Lock mode face used to highlight grouping constructs in Lisp regexps."
:group 'font-lock-highlighting-faces)