diff src/editfns.c @ 106774:736322971285

editfns.c (Ffloat_time): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 09 Jan 2010 16:16:10 +0200
parents af4f4af3e19f
children 85fd976607be
line wrap: on
line diff
--- a/src/editfns.c	Sat Jan 09 14:28:02 2010 +0100
+++ b/src/editfns.c	Sat Jan 09 16:16:10 2010 +0200
@@ -1574,7 +1574,8 @@
 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;
 {