Autoload.
[gnus] / lisp / time-date.el
index e9babce..662625c 100644 (file)
@@ -1,5 +1,5 @@
 ;;; time-date.el --- Date and time handling functions
-;; Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;;     Masanobu Umeda <umerin@mse.kyutech.ac.jp>
@@ -38,7 +38,7 @@
             (parse-time-string
              ;; `parse-time-string' isn't sufficiently general or
              ;; robust.  It fails to grok some of the formats that
-             ;; timzeone does (e.g. dodgy post-2000 stuff from some
+             ;; timezone does (e.g. dodgy post-2000 stuff from some
              ;; Elms) and either fails or returns bogus values.  Lars
              ;; reverted this change, but that loses non-trivially
              ;; often for me.  -- fx
@@ -191,4 +191,5 @@ If DATE is malformed, return a time value of zeros."
 
 (provide 'time-date)
 
+;;; arch-tag: addcf07b-b20a-465b-af72-550b8ac5190f
 ;;; time-date.el ends here