]> git.eshelyaron.com Git - emacs.git/commitdiff
* nnmaildir.el: Replace `illegal' with `invalid'.
authorWerner LEMBERG <wl@gnu.org>
Fri, 25 Mar 2005 08:19:22 +0000 (08:19 +0000)
committerWerner LEMBERG <wl@gnu.org>
Fri, 25 Mar 2005 08:19:22 +0000 (08:19 +0000)
lisp/gnus/ChangeLog
lisp/gnus/nnmaildir.el

index d581274b80369c5c4c6871c4c61e6a1bd5b6088b..5d15a6f9646a2bed42cf6310ca1129e9bb907553 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-25  Werner Lemberg  <wl@gnu.org>
+
+       * nnmaildir.el: Replace `illegal' with `invalid'.
+
 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * gnus-start.el (gnus-display-time-event-handler):
index 618418907e831500d5c45b246a062cad185a4992..be94a57b5c7e6f32d7a03958bd4b42589aa1b784 100644 (file)
@@ -978,7 +978,7 @@ by nnmaildir-request-article.")
        (throw 'return nil))
       (when (save-match-data (string-match "[\0/\t]" gname))
        (setf (nnmaildir--srv-error nnmaildir--cur-server)
-             (concat "Illegal characters (null, tab, or /) in group name: "
+             (concat "Invalid characters (null, tab, or /) in group name: "
                      gname))
        (throw 'return nil))
       (setq groups (nnmaildir--srv-groups nnmaildir--cur-server))
@@ -1023,7 +1023,7 @@ by nnmaildir-request-article.")
        (throw 'return nil))
       (when (save-match-data (string-match "[\0/\t]" new-name))
        (setf (nnmaildir--srv-error nnmaildir--cur-server)
-             (concat "Illegal characters (null, tab, or /) in group name: "
+             (concat "Invalid characters (null, tab, or /) in group name: "
                      new-name))
        (throw 'return nil))
       (if (string-equal gname new-name) (throw 'return t))