aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-11-17 22:37:11 +0000
committerMarkus Rost2002-11-17 22:37:11 +0000
commita27b41aba31d5888fd80e78a511edbb7d543ed5b (patch)
tree9e7fdd1153c02f864ad3f4768194eca88535e179
parent62363b21656ce4ee4caa3499c7e05e6939ed6da0 (diff)
downloademacs-a27b41aba31d5888fd80e78a511edbb7d543ed5b.tar.gz
emacs-a27b41aba31d5888fd80e78a511edbb7d543ed5b.zip
(makefile-space-face): Fix typo in group name.
-rw-r--r--lisp/progmodes/make-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el
index 9bc950f9be5..25ba1d52b8e 100644
--- a/lisp/progmodes/make-mode.el
+++ b/lisp/progmodes/make-mode.el
@@ -108,7 +108,7 @@
108 (t (:reverse-video t))) 108 (t (:reverse-video t)))
109 "Face to use for highlighting leading spaces in Font-Lock mode." 109 "Face to use for highlighting leading spaces in Font-Lock mode."
110 :group 'faces 110 :group 'faces
111 :group 'makemode) 111 :group 'makefile)
112 112
113(defcustom makefile-browser-buffer-name "*Macros and Targets*" 113(defcustom makefile-browser-buffer-name "*Macros and Targets*"
114 "*Name of the macro- and target browser buffer." 114 "*Name of the macro- and target browser buffer."