mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
(font-lock-regexp-grouping-construct): Fix the bogus name from
the last change.
This commit is contained in:
parent
077ad61cf8
commit
112abe2467
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
@ -1831,7 +1831,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
|
||||
"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)
|
||||
|
Loading…
Reference in New Issue
Block a user