1
0
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:
Eli Zaretskii 2005-07-03 05:00:31 +00:00
parent 077ad61cf8
commit 112abe2467
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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)