emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/lispref ChangeLog os.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog os.texi
Date: Thu, 15 Oct 2009 20:44:36 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/10/15 20:44:36

Modified files:
        doc/lispref    : ChangeLog os.texi 

Log message:
        * os.texi (Time of Day): Clarify that the microsecond part is
        ignored (Bug#4637).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.341&r2=1.342
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/os.texi?cvsroot=emacs&r1=1.31&r2=1.32

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.341
retrieving revision 1.342
diff -u -b -r1.341 -r1.342
--- ChangeLog   11 Oct 2009 00:07:05 -0000      1.341
+++ ChangeLog   15 Oct 2009 20:44:36 -0000      1.342
@@ -1,3 +1,8 @@
+2009-10-15  Chong Yidong  <address@hidden>
+
+       * os.texi (Time of Day): Clarify that the microsecond part is
+       ignored (Bug#4637).
+
 2009-10-11  Glenn Morris  <address@hidden>
 
        * frames.texi (Size and Position): Clarify what is included in the frame

Index: os.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/os.texi,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- os.texi     14 Sep 2009 09:46:03 -0000      1.31
+++ os.texi     15 Oct 2009 20:44:36 -0000      1.32
@@ -1104,13 +1104,13 @@
 characters from the beginning of the string rather than from the end, as
 additional information may some day be added at the end.
 
address@hidden Emacs 19 feature
 The argument @var{time-value}, if given, specifies a time to format
-instead of the current time.  The argument should be a list whose first
-two elements are integers.  Thus, you can use times obtained from
address@hidden (see below) and from @code{file-attributes}
-(@pxref{Definition of file-attributes}).  @var{time-value} can also be
-a cons of two integers, but this is considered obsolete.
+instead of the current time.  This argument should have the same form
+as the times obtained from @code{current-time} (see below) and from
address@hidden (@pxref{Definition of file-attributes}).  It
+should be a list whose first two elements are integers; a third
+(microsecond) element, if present, is ignored.  @var{time-value} can
+also be a cons of two integers, but this usage is obsolete.
 
 @example
 @group
@@ -1120,7 +1120,6 @@
 @end example
 @end defun
 
address@hidden Emacs 19 feature
 @defun current-time
 This function returns the system's time value as a list of three
 integers: @code{(@var{high} @var{low} @var{microsec})}.  The integers
@@ -1142,7 +1141,6 @@
 @xref{Definition of file-attributes}.
 @end defun
 
address@hidden Emacs 19 feature
 @defun current-time-zone &optional time-value
 This function returns a list describing the time zone that the user is
 in.
@@ -1179,7 +1177,7 @@
 specifies a time to convert instead of the current time.  The argument
 should have the same form as for @code{current-time-string} (see
 above).  Thus, it accepts the output of @code{current-time} and
address@hidden
address@hidden (@pxref{Definition of file-attributes}).
 
 @emph{Warning}: Since the result is floating point, it may not be
 exact.  Do not use this function if precise time stamps are required.




reply via email to

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