diff options
| author | Chong Yidong | 2009-03-24 17:37:58 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-03-24 17:37:58 +0000 |
| commit | c6493cdde31740892445ea9927bbc461da84ae36 (patch) | |
| tree | 294aa692b29893c44093da77a98d26e533ac511d /src | |
| parent | 0bfdff239c772524f74f3c90f42c74ff08c0828d (diff) | |
| download | emacs-c6493cdde31740892445ea9927bbc461da84ae36.tar.gz emacs-c6493cdde31740892445ea9927bbc461da84ae36.zip | |
(Ffloat_time): Doc fix (Bug#2768).
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index aac670bb35b..0a7473d6d63 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -1564,7 +1564,7 @@ DEFUN ("float-time", Ffloat_time, Sfloat_time, 0, 1, 0, | |||
| 1564 | doc: /* Return the current time, as a float number of seconds since the epoch. | 1564 | doc: /* Return the current time, as a float number of seconds since the epoch. |
| 1565 | If SPECIFIED-TIME is given, it is the time to convert to float | 1565 | If SPECIFIED-TIME is given, it is the time to convert to float |
| 1566 | instead of the current time. The argument should have the form | 1566 | instead of the current time. The argument should have the form |
| 1567 | (HIGH LOW . IGNORED). Thus, you can use times obtained from | 1567 | (HIGH LOW) or (HIGH LOW USEC). Thus, you can use times obtained from |
| 1568 | `current-time' and from `file-attributes'. SPECIFIED-TIME can also | 1568 | `current-time' and from `file-attributes'. SPECIFIED-TIME can also |
| 1569 | have the form (HIGH . LOW), but this is considered obsolete. | 1569 | have the form (HIGH . LOW), but this is considered obsolete. |
| 1570 | 1570 | ||