| 363 | | TIME should be a string like \"11:23pm\", nil meaning now, a number of seconds |
|---|
| 364 | | from now, a value from `current-time', or t (with non-nil REPEAT) |
|---|
| 365 | | meaning the next integral multiple of REPEAT. |
|---|
| 366 | | REPEAT may be an integer or floating point number. |
|---|
| 367 | | The action is to call FUNCTION with arguments ARGS. |
|---|
| | 363 | TIME should be one of: a string giving an absolute time like |
|---|
| | 364 | \"11:23pm\" (the acceptable formats are those recognized by |
|---|
| | 365 | `diary-entry-time'; note that such times are interpreted as times |
|---|
| | 366 | today, even if in the past); a string giving a relative time like |
|---|
| | 367 | \"2 hours 35 minutes\" (the acceptable formats are those |
|---|
| | 368 | recognized by `timer-duration'); nil meaning now; a number of |
|---|
| | 369 | seconds from now; a value from `encode-time'; or t (with non-nil |
|---|
| | 370 | REPEAT) meaning the next integral multiple of REPEAT. REPEAT may |
|---|
| | 371 | be an integer or floating point number. The action is to call |
|---|
| | 372 | FUNCTION with arguments ARGS. |
|---|