/[emacs]/emacs/lisp/font-lock.el
ViewVC logotype

Diff of /emacs/lisp/font-lock.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.245 by pfeiffer, Thu May 5 19:01:39 2005 UTC revision 1.246 by lute, Tue May 10 09:01:23 2005 UTC
# Line 470  user-level keywords, but normally their Line 470  user-level keywords, but normally their
470  optimized.")  optimized.")
471    
472  (defvar font-lock-keywords-alist nil  (defvar font-lock-keywords-alist nil
473    "Alist of `font-lock-keywords' local to a `major-mode'.    "Alist of additional `font-lock-keywords' elements for major modes.
474    
475    Each element has the form (MODE KEYWORDS . APPEND).
476    `font-lock-set-defaults' adds the elements in the list KEYWORDS to
477    `font-lock-keywords' when Font Lock is turned on in major mode MODE.
478    
479    If APPEND is nil, KEYWORDS are added at the beginning of
480    `font-lock-keywords'.  If it is `set', they are used to replace the
481    value of `font-lock-keywords'.  If APPEND is any other non-nil value,
482    they are added at the end.
483    
484  This is normally set via `font-lock-add-keywords' and  This is normally set via `font-lock-add-keywords' and
485  `font-lock-remove-keywords'.")  `font-lock-remove-keywords'.")
486    
487  (defvar font-lock-removed-keywords-alist nil  (defvar font-lock-removed-keywords-alist nil
488    "Alist of `font-lock-keywords' removed from `major-mode'.    "Alist of `font-lock-keywords' elements to be removed for major modes.
489    
490    Each element has the form (MODE . KEYWORDS).  `font-lock-set-defaults'
491    removes the elements in the list KEYWORDS from `font-lock-keywords'
492    when Font Lock is turned on in major mode MODE.
493    
494  This is normally set via `font-lock-add-keywords' and  This is normally set via `font-lock-add-keywords' and
495  `font-lock-remove-keywords'.")  `font-lock-remove-keywords'.")
496    

Legend:
Removed from v.1.245  
changed lines
  Added in v.1.246

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26