]> git.eshelyaron.com Git - emacs.git/commitdiff
(cperl-nonoverridable-face): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 3 May 2003 13:53:41 +0000 (13:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 3 May 2003 13:53:41 +0000 (13:53 +0000)
lisp/ChangeLog
lisp/progmodes/cperl-mode.el

index 38c4e9fa585e860a6a080022aedf75a9e57edc8e..443ef21f290d3321d9baba04ccd4a9255cf545c1 100644 (file)
@@ -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
index c6721524a51eb25ca4bf35b18af75bb0fb015846..92b84fb9cfbc7972e1614e92c95e67bea933c69a 100644 (file)
@@ -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