diff options
| author | Richard M. Stallman | 1996-11-06 22:52:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-11-06 22:52:06 +0000 |
| commit | 7459d65b898ce84e89b7f24db2afa8f58e0e8d8e (patch) | |
| tree | 7b145aa287187cba08d1f45cdf6885a75fe774a9 /src/editfns.c | |
| parent | cb70d91574753271039abb2abae7f314b5d97ba9 (diff) | |
| download | emacs-7459d65b898ce84e89b7f24db2afa8f58e0e8d8e.tar.gz emacs-7459d65b898ce84e89b7f24db2afa8f58e0e8d8e.zip | |
(Fencode_time): Doc fix.
Diffstat (limited to 'src/editfns.c')
| -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 c2c0df9241b..64522ecbf34 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -727,7 +727,7 @@ DEFUN ("encode-time", Fencode_time, Sencode_time, 6, MANY, 0, | |||
| 727 | This is the reverse operation of `decode-time', which see.\n\ | 727 | This is the reverse operation of `decode-time', which see.\n\ |
| 728 | ZONE defaults to the current time zone rule. This can\n\ | 728 | ZONE defaults to the current time zone rule. This can\n\ |
| 729 | be a string or t (as from `set-time-zone-rule'), or it can be a list\n\ | 729 | be a string or t (as from `set-time-zone-rule'), or it can be a list\n\ |
| 730 | (as from `current-time-zone') or an integer (as from `decode-time')\n\ | 730 | \(as from `current-time-zone') or an integer (as from `decode-time')\n\ |
| 731 | applied without consideration for daylight savings time.\n\ | 731 | applied without consideration for daylight savings time.\n\ |
| 732 | \n\ | 732 | \n\ |
| 733 | You can pass more than 7 arguments; then the first six arguments\n\ | 733 | You can pass more than 7 arguments; then the first six arguments\n\ |