emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src editfns.c


From: Chong Yidong
Subject: [Emacs-diffs] emacs/src editfns.c
Date: Tue, 24 Mar 2009 17:37:59 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/03/24 17:37:59

Modified files:
        src            : editfns.c 

Log message:
        (Ffloat_time): Doc fix (Bug#2768).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/editfns.c?cvsroot=emacs&r1=1.467&r2=1.468

Patches:
Index: editfns.c
===================================================================
RCS file: /sources/emacs/emacs/src/editfns.c,v
retrieving revision 1.467
retrieving revision 1.468
diff -u -b -r1.467 -r1.468
--- editfns.c   20 Mar 2009 17:58:44 -0000      1.467
+++ editfns.c   24 Mar 2009 17:37:58 -0000      1.468
@@ -1564,7 +1564,7 @@
        doc: /* Return the current time, as a float number of seconds since the 
epoch.
 If SPECIFIED-TIME is given, it is the time to convert to float
 instead of the current time.  The argument should have the form
-(HIGH LOW . IGNORED). Thus, you can use times obtained from
+(HIGH LOW) or (HIGH LOW USEC). Thus, you can use times obtained from
 `current-time' and from `file-attributes'.  SPECIFIED-TIME can also
 have the form (HIGH . LOW), but this is considered obsolete.
 




reply via email to

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