diff lisp/mh-e/mh-identity.el @ 60921:78e08044a734

* mh-e.el, mh-identity.el, mh-mime.el: Replace `legal' with `valid'.
author Werner LEMBERG <wl@gnu.org>
date Fri, 25 Mar 2005 09:51:55 +0000
parents 72a02133177e
children 4f4f410e6fe8 4da4a09e8b1b
line wrap: on
line diff
--- a/lisp/mh-e/mh-identity.el	Fri Mar 25 09:49:00 2005 +0000
+++ b/lisp/mh-e/mh-identity.el	Fri Mar 25 09:51:55 2005 +0000
@@ -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 <psg@debian.org>
 ;; Maintainer: Bill Wohler <wohler@newt.com>
@@ -122,7 +122,7 @@
   "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) ?:)