diff options
author | Werner LEMBERG <wl@gnu.org> | 2005-03-25 08:38:22 +0000 |
---|---|---|
committer | Werner LEMBERG <wl@gnu.org> | 2005-03-25 08:38:22 +0000 |
commit | 9d03424549b3ac88a3bb8881f0dec3cc3bce586e (patch) | |
tree | 11130af04549223d9f51db18771837502706a065 /lisp/mail/supercite.el | |
parent | 5b423d48d46b132b80a5a0ab026ae0cbfec01d84 (diff) | |
download | emacs-9d03424549b3ac88a3bb8881f0dec3cc3bce586e.tar.gz |
* mail/supercite.el: Replace `illegal' with `invalid'.
Diffstat (limited to 'lisp/mail/supercite.el')
-rw-r--r-- | lisp/mail/supercite.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index 06282c430f0..5d4efeb8406 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el @@ -1,6 +1,6 @@ ;;; supercite.el --- minor mode for citing mail and news replies -;; Copyright (C) 1993, 1997, 2003, 2004 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1997, 2003, 2004, 2005 Free Software Foundation, Inc. ;; Author: 1993 Barry A. Warsaw <bwarsaw@python.org> ;; Maintainer: FSF @@ -796,7 +796,7 @@ The number of lines left is specified by `sc-blank-lines-after-headers'." nonentry-func '(sc-mail-nuke-header-line))) ;; we never get far enough to interpret a frame if s-n-m-h == 'none ((eq sc-nuke-mail-headers 'none)) - (t (error "Illegal value for sc-nuke-mail-headers: %s" + (t (error "Invalid value for sc-nuke-mail-headers: %s" sc-nuke-mail-headers)) ) ; end-cond (append |