diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-05-03 13:53:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-05-03 13:53:41 +0000 |
commit | c73fce9a2ca129545162f87fe9cb2bb0e66f55e2 (patch) | |
tree | 90813fe52bc991da41ffe488a3915221523b35c9 | |
parent | 8451b5e9c5c623b448da294162e2cb3807caf414 (diff) | |
download | emacs-c73fce9a2ca129545162f87fe9cb2bb0e66f55e2.tar.gz |
(cperl-nonoverridable-face): Doc fix.
-rw-r--r-- | lisp/ChangeLog | 18 | ||||
-rw-r--r-- | lisp/progmodes/cperl-mode.el | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 38c4e9fa585..443ef21f290 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,21 @@ +2003-05-03 Richard M. Stallman <rms@gnu.org> + + * progmodes/cperl-mode.el (cperl-nonoverridable-face): Doc fix. + + * mail/sendmail.el (mail-dont-send, mail-bury): Make ARG optional. + + * view.el (Helper-return-blurb): Add defvar. (Also rearrange defuns.) + + * uniquify.el (uniquify-ignore-buffers-re): Change default + to match some Gnus buffers. + + * newcomment.el (comment-search-forward): Add autoload cookie. + + * isearch.el (isearch-complete): Update isearch-message. + + * filesets.el (filesets-data): Add another defvar. + (filesets-verbosity): Doc fix. + 2003-05-02 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change) * recentf.el (recentf-cleanup): Swap tests for exclusion and diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index c6721524a51..92b84fb9cfb 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -584,7 +584,7 @@ when syntaxifying a chunk of buffer." (((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 |