aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/mh-identity.el
diff options
context:
space:
mode:
authorWerner LEMBERG <[email protected]>2005-03-25 09:51:55 +0000
committerWerner LEMBERG <[email protected]>2005-03-25 09:51:55 +0000
commit88a34f435457c283f017af2f66d117b6f3cc4106 (patch)
tree5802f91351e9e50eba8f6cc829493ade8f9bfc3f /lisp/mh-e/mh-identity.el
parent932fb767f54c27e7fe185f8d23ba4b734d569ed7 (diff)
* mh-e.el, mh-identity.el, mh-mime.el: Replace `legal' with `valid'.
Diffstat (limited to 'lisp/mh-e/mh-identity.el')
-rw-r--r--lisp/mh-e/mh-identity.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-identity.el b/lisp/mh-e/mh-identity.el
index be385ad09e..4bb5f90cf1 100644
--- a/lisp/mh-e/mh-identity.el
+++ b/lisp/mh-e/mh-identity.el
@@ -1,6 +1,6 @@
;;; mh-identity.el --- Multiple identify support for MH-E.
-;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Author: Peter S. Galbraith <[email protected]>
;; Maintainer: Bill Wohler <[email protected]>
@@ -122,7 +122,7 @@ Return t if anything is deleted."
"Return the handler for a FIELD or nil if none set.
The field name is downcased. If the FIELD begins with the character
`:', then it must have a special handler defined in
-`mh-identity-handlers', else return an error since it is not a legal
+`mh-identity-handlers', else return an error since it is not a valid
message header."
(or (cdr (assoc (downcase field) mh-identity-handlers))
(and (eq (aref field 0) ?:)