diff options
| author | Eli Zaretskii | 2010-01-09 16:16:10 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-01-09 16:16:10 +0200 |
| commit | d427a9fad2840b356f6bb7bcb89fd654d506ed90 (patch) | |
| tree | dceb9098848addd1f8535fee3ead67b1b3a51234 /src | |
| parent | 21b9df2f5a971663ecbc363fe1a0663bf7e03c10 (diff) | |
| download | emacs-d427a9fad2840b356f6bb7bcb89fd654d506ed90.tar.gz emacs-d427a9fad2840b356f6bb7bcb89fd654d506ed90.zip | |
editfns.c (Ffloat_time): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/editfns.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 600ff8a5219..bd9c6cfbfdf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-01-09 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * editfns.c (Ffloat_time): Doc fix. | ||
| 4 | |||
| 1 | 2010-01-09 Jan Djärv <jan.h.d@swipnet.se> | 5 | 2010-01-09 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * xfns.c (Fx_create_frame): Don't create frame larger than display | 7 | * xfns.c (Fx_create_frame): Don't create frame larger than display |
diff --git a/src/editfns.c b/src/editfns.c index 927bf50194a..cb302f7b1e7 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -1574,7 +1574,8 @@ instead of the current time. The argument should have the form | |||
| 1574 | have the form (HIGH . LOW), but this is considered obsolete. | 1574 | have the form (HIGH . LOW), but this is considered obsolete. |
| 1575 | 1575 | ||
| 1576 | WARNING: Since the result is floating point, it may not be exact. | 1576 | WARNING: Since the result is floating point, it may not be exact. |
| 1577 | Do not use this function if precise time stamps are required. */) | 1577 | If precise time stamps are required, use either `current-time', |
| 1578 | or (if you need time as a string) `format-time-string'. */) | ||
| 1578 | (specified_time) | 1579 | (specified_time) |
| 1579 | Lisp_Object specified_time; | 1580 | Lisp_Object specified_time; |
| 1580 | { | 1581 | { |