summaryrefslogtreecommitdiff
path: root/lisp/gnus/nnmaildir.el
diff options
context:
space:
mode:
authorWerner LEMBERG <wl@gnu.org>2005-03-25 08:19:22 +0000
committerWerner LEMBERG <wl@gnu.org>2005-03-25 08:19:22 +0000
commitf3f7f80cee2e52263045f9086adef59bd45eaa75 (patch)
tree13fd9953b1600d752d23a7414640bfd4c13a0315 /lisp/gnus/nnmaildir.el
parent25f72ec049aaf1414a260a27317a545b3793f8bb (diff)
downloademacs-f3f7f80cee2e52263045f9086adef59bd45eaa75.tar.gz
* nnmaildir.el: Replace `illegal' with `invalid'.
Diffstat (limited to 'lisp/gnus/nnmaildir.el')
-rw-r--r--lisp/gnus/nnmaildir.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/nnmaildir.el b/lisp/gnus/nnmaildir.el
index 618418907e8..be94a57b5c7 100644
--- a/lisp/gnus/nnmaildir.el
+++ b/lisp/gnus/nnmaildir.el
@@ -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))