Mercurial > emacs
changeset 50788:2a3bf1afbe82
(cperl-nonoverridable-face): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 03 May 2003 13:53:24 +0000 |
parents | 3d35ca8a190d |
children | c501f486ceab |
files | lisp/progmodes/cperl-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cperl-mode.el Sat May 03 13:52:57 2003 +0000 +++ b/lisp/progmodes/cperl-mode.el Sat May 03 13:53:24 2003 +0000 @@ -584,7 +584,7 @@ (((class color) (background dark)) (:foreground ,cperl-dark-foreground)) (t (:weight bold :underline t))) - "Font Lock mode face used to highlight array names." + "Font Lock mode face used non-overridable keywords and modifiers of regexps." :group 'cperl-faces) (defface cperl-array-face