(makefile-space-face): Fix typo in group name.

This commit is contained in:
Markus Rost 2002-11-17 22:37:11 +00:00
parent 62363b2165
commit a27b41aba3

View file

@ -108,7 +108,7 @@
(t (:reverse-video t)))
"Face to use for highlighting leading spaces in Font-Lock mode."
:group 'faces
:group 'makemode)
:group 'makefile)
(defcustom makefile-browser-buffer-name "*Macros and Targets*"
"*Name of the macro- and target browser buffer."