aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 697cfc52aca..e856e7e95d7 100644
--- a/lisp/hi-lock.el
+++ b/lisp/hi-lock.el
@@ -110,7 +110,7 @@ of functions `hi-lock-mode' and `hi-lock-find-patterns'."
110 "List of major modes in which hi-lock will not run. 110 "List of major modes in which hi-lock will not run.
111For security reasons since font lock patterns can specify function 111For security reasons since font lock patterns can specify function
112calls." 112calls."
113 :type 'variable 113 :type '(repeat symbol)
114 :group 'hi-lock-interactive-text-highlighting) 114 :group 'hi-lock-interactive-text-highlighting)
115 115
116 116