comparison lisp/progmodes/cperl-mode.el @ 50788:2a3bf1afbe82

(cperl-nonoverridable-face): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 03 May 2003 13:53:24 +0000
parents a716a67fdf9d
children 25507c4ce520
comparison
equal deleted inserted replaced
50787:3d35ca8a190d 50788:2a3bf1afbe82
582 (((class color) (background light)) 582 (((class color) (background light))
583 (:foreground "chartreuse3")) 583 (:foreground "chartreuse3"))
584 (((class color) (background dark)) 584 (((class color) (background dark))
585 (:foreground ,cperl-dark-foreground)) 585 (:foreground ,cperl-dark-foreground))
586 (t (:weight bold :underline t))) 586 (t (:weight bold :underline t)))
587 "Font Lock mode face used to highlight array names." 587 "Font Lock mode face used non-overridable keywords and modifiers of regexps."
588 :group 'cperl-faces) 588 :group 'cperl-faces)
589 589
590 (defface cperl-array-face 590 (defface cperl-array-face
591 `((((class grayscale) (background light)) 591 `((((class grayscale) (background light))
592 (:background "Gray90" :weight bold)) 592 (:background "Gray90" :weight bold))