Mercurial > emacs
changeset 106774:736322971285
editfns.c (Ffloat_time): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 09 Jan 2010 16:16:10 +0200 |
parents | d2c6973afc86 |
children | e98bf6be3031 fa5ad3eee9f5 |
files | src/ChangeLog src/editfns.c |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Jan 09 14:28:02 2010 +0100 +++ b/src/ChangeLog Sat Jan 09 16:16:10 2010 +0200 @@ -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
--- 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; {