emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/os.texi,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lispref/os.texi,v
Date: Mon, 12 Mar 2007 06:08:07 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/03/12 06:08:07

Index: os.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/os.texi,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -b -r1.98 -r1.99
--- os.texi     16 Jan 2007 03:28:53 -0000      1.98
+++ os.texi     12 Mar 2007 06:08:07 -0000      1.99
@@ -1042,7 +1042,7 @@
 @var{offset} is an integer giving the number of seconds ahead of UTC
 (east of Greenwich).  A negative value means west of Greenwich.  The
 second element, @var{name}, is a string giving the name of the time
-zone.  Both elements change when daylight savings time begins or ends;
+zone.  Both elements change when daylight saving time begins or ends;
 if the user has specified a time zone that does not use a seasonal time
 adjustment, then the value is constant through time.
 
@@ -1125,7 +1125,7 @@
 The day of week, as an integer between 0 and 6, where 0 stands for
 Sunday.
 @item dst
address@hidden if daylight savings time is effect, otherwise @code{nil}.
address@hidden if daylight saving time is effect, otherwise @code{nil}.
 @item zone
 An integer indicating the time zone, as the number of seconds east of
 Greenwich.
@@ -1145,11 +1145,11 @@
 yourself before you call @code{encode-time}.
 
 The optional argument @var{zone} defaults to the current time zone and
-its daylight savings time rules.  If specified, it can be either a list
+its daylight saving time rules.  If specified, it can be either a list
 (as you would get from @code{current-time-zone}), a string as in the
 @code{TZ} environment variable, @code{t} for Universal Time, or an
 integer (as you would get from @code{decode-time}).  The specified
-zone is used without any further alteration for daylight savings time.
+zone is used without any further alteration for daylight saving time.
 
 If you pass more than seven arguments to @code{encode-time}, the first
 six are used as @var{seconds} through @var{year}, the last argument is




reply via email to

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