diff options
| author | Richard M. Stallman | 1995-11-21 20:11:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-11-21 20:11:09 +0000 |
| commit | e983fdb2728b0f3488396bbe05b0c40ca568e9ff (patch) | |
| tree | ff5485021e1a8b07c173d18a8adb64a9b0509bac | |
| parent | 6000fe37361574fcecf997c19429bc0646fccc10 (diff) | |
| download | emacs-e983fdb2728b0f3488396bbe05b0c40ca568e9ff.tar.gz emacs-e983fdb2728b0f3488396bbe05b0c40ca568e9ff.zip | |
(Fcurrent_time): Doc fix.
| -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 e11b92a494c..2ec1ac3cd42 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -543,7 +543,7 @@ DEFUN ("emacs-pid", Femacs_pid, Semacs_pid, 0, 0, 0, | |||
| 543 | } | 543 | } |
| 544 | 544 | ||
| 545 | DEFUN ("current-time", Fcurrent_time, Scurrent_time, 0, 0, 0, | 545 | DEFUN ("current-time", Fcurrent_time, Scurrent_time, 0, 0, 0, |
| 546 | "Return the current time, as the number of seconds since 12:00 AM January 1970.\n\ | 546 | "Return the current time, as the number of seconds since 1970-01-01 00:00:00.\n\ |
| 547 | The time is returned as a list of three integers. The first has the\n\ | 547 | The time is returned as a list of three integers. The first has the\n\ |
| 548 | most significant 16 bits of the seconds, while the second has the\n\ | 548 | most significant 16 bits of the seconds, while the second has the\n\ |
| 549 | least significant 16 bits. The third integer gives the microsecond\n\ | 549 | least significant 16 bits. The third integer gives the microsecond\n\ |