]> git.eshelyaron.com Git - emacs.git/commitdiff
editfns.c (Ffloat_time): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 9 Jan 2010 14:16:10 +0000 (16:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 9 Jan 2010 14:16:10 +0000 (16:16 +0200)
src/ChangeLog
src/editfns.c

index 600ff8a5219b071e88da20be5131fcf714e86ccf..bd9c6cfbfdf2e13bb6b82fe25a1423e4cdedb284 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * editfns.c (Ffloat_time): Doc fix.
+
 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
 
        * xfns.c (Fx_create_frame): Don't create frame larger than display
index 927bf50194a415aa0a8606aca452df9487fffa06..cb302f7b1e74d2a93007a70141870240ba9bb007 100644 (file)
@@ -1574,7 +1574,8 @@ instead of the current time.  The argument should have the form
 have the form (HIGH . LOW), but this is considered obsolete.
 
 WARNING: Since the result is floating point, it may not be exact.
-Do not use this function if precise time stamps are required.  */)
+If precise time stamps are required, use either `current-time',
+or (if you need time as a string) `format-time-string'.  */)
      (specified_time)
      Lisp_Object specified_time;
 {