diff options
| author | Richard M. Stallman | 1995-09-09 19:31:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-09-09 19:31:29 +0000 |
| commit | 145b0681a77757205f8946afc5338a6e56e63def (patch) | |
| tree | 18b8c9b88b4d21c0ed4559db562b9ab9426d2e03 /src | |
| parent | 2f119435a67ccfff5668bc3bf8c9b161ab895cd0 (diff) | |
| download | emacs-145b0681a77757205f8946afc5338a6e56e63def.tar.gz emacs-145b0681a77757205f8946afc5338a6e56e63def.zip | |
(Fdecode_time): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index ee4993f057b..42fb68a10bd 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -652,7 +652,8 @@ DEFUN ("decode-time", Fdecode_time, Sdecode_time, 0, 1, 0, | |||
| 652 | The optional SPECIFIED-TIME should be a list of (HIGH LOW . IGNORED)\n\ | 652 | The optional SPECIFIED-TIME should be a list of (HIGH LOW . IGNORED)\n\ |
| 653 | or (HIGH . LOW), as from `current-time' and `file-attributes', or `nil'\n\ | 653 | or (HIGH . LOW), as from `current-time' and `file-attributes', or `nil'\n\ |
| 654 | to use the current time. The list has the following nine members:\n\ | 654 | to use the current time. The list has the following nine members:\n\ |
| 655 | SEC is an integer between 0 and 59. MINUTE is an integer between 0 and 59.\n\ | 655 | SEC is an integer between 0 and 60; SEC is 60 for a leap second, which\n\ |
| 656 | only some operating systems support. MINUTE is an integer between 0 and 59.\n\ | ||
| 656 | HOUR is an integer between 0 and 23. DAY is an integer between 1 and 31.\n\ | 657 | HOUR is an integer between 0 and 23. DAY is an integer between 1 and 31.\n\ |
| 657 | MONTH is an integer between 1 and 12. YEAR is an integer indicating the\n\ | 658 | MONTH is an integer between 1 and 12. YEAR is an integer indicating the\n\ |
| 658 | four-digit year. DOW is the day of week, an integer between 0 and 6, where\n\ | 659 | four-digit year. DOW is the day of week, an integer between 0 and 6, where\n\ |