From 9cb4bb45035fd503fd0ea817c77c9ae345302104 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 24 Nov 2005 21:11:42 +0000 Subject: [PATCH] Fix typo. --- lisp/hi-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el index c477b6d85a2..91c654b86e1 100644 --- a/lisp/hi-lock.el +++ b/lisp/hi-lock.el @@ -304,7 +304,7 @@ is found. A mode is excluded if it's in the list `hi-lock-exclude-modes'." ;;;###autoload (define-global-minor-mode hi-lock-mode hi-lock-buffer-mode turn-on-hi-lock-if-enabled - :group 'hi-lock-interactive-text-highlighting) + :group 'hi-lock) (defun turn-on-hi-lock-if-enabled () (unless (memq major-mode hi-lock-exclude-modes) -- 2.39.5