comparison lisp/font-lock.el @ 432:3a7e78e1142d r21-2-24

Import from CVS: tag r21-2-24
author cvs
date Mon, 13 Aug 2007 11:29:58 +0200
parents a5df635868b2
children abe6d1db359e
comparison
equal deleted inserted replaced
431:a97165e56215 432:3a7e78e1142d
609 609
610 (defface font-lock-doc-string-face 610 (defface font-lock-doc-string-face
611 '((((class color) (background dark)) (:foreground "light coral")) 611 '((((class color) (background dark)) (:foreground "light coral"))
612 (((class color) (background light)) (:foreground "green4")) 612 (((class color) (background light)) (:foreground "green4"))
613 (t (:bold t))) 613 (t (:bold t)))
614 "Font Lock mode face used to highlight documentation strings." 614 "Font Lock mode face used to highlight documentation strings.
615 This is currently supported only in Lisp-like modes, which are those
616 with \"lisp\" or \"scheme\" in their name. You can explicitly make
617 a mode Lisp-like by putting a non-nil `font-lock-lisp-like' property
618 on the major mode's symbol."
615 :group 'font-lock-faces) 619 :group 'font-lock-faces)
616 620
617 (defface font-lock-keyword-face 621 (defface font-lock-keyword-face
618 '((((class color) (background dark)) (:foreground "cyan")) 622 '((((class color) (background dark)) (:foreground "cyan"))
619 (((class color) (background light)) (:foreground "red4")) 623 (((class color) (background light)) (:foreground "red4"))