1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(hi-lock-exclude-modes): Fix :type.

This commit is contained in:
Dave Love 2001-01-10 17:29:33 +00:00
parent 2826ac81f7
commit f5bd8092f2

View File

@ -110,7 +110,7 @@ of functions `hi-lock-mode' and `hi-lock-find-patterns'."
"List of major modes in which hi-lock will not run.
For security reasons since font lock patterns can specify function
calls."
:type 'variable
:type '(repeat symbol)
:group 'hi-lock-interactive-text-highlighting)