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

index 99ff97a561dce401ac9f0dea0b7cd6a2898f9bbd..4774ec0c08402b2033b8e7f6f65eb49292b2dda0 100644 (file)
@@ -2,6 +2,7 @@
 
        * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with
        `invalid'.
+       * midnight.el: Replace `illegal' with `invalid'.
 
 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
 
index 37bdf065f515b96f47a4ec55dd315fcb7363d995..a81ce37856a627f8c2482e73cf557518ecf799cc 100644 (file)
@@ -1,6 +1,6 @@
 ;;; midnight.el --- run something every midnight, e.g., kill old buffers
 
-;;; Copyright (C) 1998, 2004 Free Software Foundation, Inc.
+;;; Copyright (C) 1998, 2004, 2005 Free Software Foundation, Inc.
 
 ;; Author: Sam Steingold <sds@usa.net>
 ;; Maintainer: Sam Steingold <sds@usa.net>
@@ -215,7 +215,7 @@ the time when it is run.")
 Sets the first argument SYMB (which must be symbol `midnight-delay')
 to its second argument TM."
   (assert (eq symb 'midnight-delay) t
-          "Illegal argument to `midnight-delay-set': `%s'")
+          "Invalid argument to `midnight-delay-set': `%s'")
   (set symb tm)
   (when (timerp midnight-timer) (cancel-timer midnight-timer))
   (setq midnight-timer