comparison man/display.texi @ 38923:62061f910492

(Font Lock): Document font-lock-remove-keywords.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 23 Aug 2001 13:11:34 +0000
parents e6853dbe2204
children cc4d7a50664e
comparison
equal deleted inserted replaced
38922:526466ad5a06 38923:62061f910492
290 (font-lock-add-keywords 290 (font-lock-add-keywords
291 'c-mode 291 'c-mode
292 '(("\\<\\(FIXME\\):" 1 font-lock-warning-face t))) 292 '(("\\<\\(FIXME\\):" 1 font-lock-warning-face t)))
293 @end example 293 @end example
294 294
295 @findex font-lock-remove-keywords
296 To remove keywords from the font-lock highlighting patterns, use the
297 function @code{font-lock-remove-keywords}.
298
295 @node Highlight Changes 299 @node Highlight Changes
296 @section Highlight Changes Mode 300 @section Highlight Changes Mode
297 301
298 @findex highlight-changes-mode 302 @findex highlight-changes-mode
299 Use @kbd{M-x highlight-changes-mode} to enable a minor mode 303 Use @kbd{M-x highlight-changes-mode} to enable a minor mode