comparison lisp/font-lock.el @ 35482:a338df89047a

(font-lock-mode): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 23 Jan 2001 11:23:07 +0000
parents 1f7abd8b98dd
children 914a713af75b
comparison
equal deleted inserted replaced
35481:df08279e042b 35482:a338df89047a
684 (defvar font-lock-face-attributes)) ; Obsolete but respected if set. 684 (defvar font-lock-face-attributes)) ; Obsolete but respected if set.
685 685
686 ;;;###autoload 686 ;;;###autoload
687 (define-minor-mode font-lock-mode 687 (define-minor-mode font-lock-mode
688 "Toggle Font Lock mode. 688 "Toggle Font Lock mode.
689 With arg, turn Font Lock mode on if and only if arg is positive. 689 With arg, turn Font Lock mode on if and only if arg is positive,
690 otherwise turn it off.
690 \(Font Lock is also known as \"syntax highlighting\".) 691 \(Font Lock is also known as \"syntax highlighting\".)
691 692
692 When Font Lock mode is enabled, text is fontified as you type it: 693 When Font Lock mode is enabled, text is fontified as you type it:
693 694
694 - Comments are displayed in `font-lock-comment-face'; 695 - Comments are displayed in `font-lock-comment-face';