aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/hi-lock.el
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2005-11-24 21:11:42 +0000
committerChong Yidong <[email protected]>2005-11-24 21:11:42 +0000
commit9cb4bb45035fd503fd0ea817c77c9ae345302104 (patch)
treecb8e13eefc3558781db7ee8f76f54b299154cbb7 /lisp/hi-lock.el
parentae34cba19b587572dcdf7f3a42f6f2666216c5d9 (diff)
Fix typo.
Diffstat (limited to 'lisp/hi-lock.el')
-rw-r--r--lisp/hi-lock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el
index c477b6d85a..91c654b86e 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)