From: Eli Zaretskii Date: Thu, 23 Aug 2001 13:11:34 +0000 (+0000) Subject: (Font Lock): Document font-lock-remove-keywords. X-Git-Tag: emacs-pretest-21.0.105~103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4063fff35d4b066e8f3205a57fca5582417e6d06;p=emacs.git (Font Lock): Document font-lock-remove-keywords. --- diff --git a/man/display.texi b/man/display.texi index 5a65eb24824..b2c28d16dda 100644 --- a/man/display.texi +++ b/man/display.texi @@ -292,6 +292,10 @@ comments, use this: '(("\\<\\(FIXME\\):" 1 font-lock-warning-face t))) @end example +@findex font-lock-remove-keywords + To remove keywords from the font-lock highlighting patterns, use the +function @code{font-lock-remove-keywords}. + @node Highlight Changes @section Highlight Changes Mode