emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/cal-dst.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/cal-dst.el,v
Date: Sat, 08 Mar 2008 20:39:31 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/03/08 20:39:31

Index: cal-dst.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-dst.el,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- cal-dst.el  8 Mar 2008 03:40:33 -0000       1.35
+++ cal-dst.el  8 Mar 2008 20:39:31 -0000       1.36
@@ -141,7 +141,7 @@
 
 (defun calendar-next-time-zone-transition (time)
   "Return the time of the next time zone transition after TIME.
-Both TIME and the result are acceptable arguments to current-time-zone.
+Both TIME and the result are acceptable arguments to `current-time-zone'.
 Return nil if no such transition can be found."
   (let* ((base 65536);; 2^16 = base of current-time output
         (quarter-multiple 120);; approx = (seconds per quarter year) / base
@@ -367,8 +367,7 @@
 (calendar-current-time-zone)
 
 (defcustom calendar-time-zone (or (car calendar-current-time-zone-cache) -300)
-  "Number of minutes difference between local standard time at
-`calendar-location-name' and Coordinated Universal (Greenwich) Time.
+  "Number of minutes difference between local standard time and UTC.
 For example, -300 for New York City, -480 for Los Angeles."
   :type 'integer
   :group 'calendar-dst)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]