diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/editfns.c b/src/editfns.c index c0dabc71fb7..3685b26e366 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -737,12 +737,12 @@ ZONE is an integer indicating the number of seconds east of Greenwich.\n\ | |||
| 737 | 737 | ||
| 738 | DEFUN ("encode-time", Fencode_time, Sencode_time, 6, 7, 0, | 738 | DEFUN ("encode-time", Fencode_time, Sencode_time, 6, 7, 0, |
| 739 | "Convert SEC, MIN, HOUR, DAY, MONTH, YEAR and ZONE to internal time.\n\ | 739 | "Convert SEC, MIN, HOUR, DAY, MONTH, YEAR and ZONE to internal time.\n\ |
| 740 | This is the reverse operation of `decode-time', which see. ZONE defaults | 740 | This is the reverse operation of `decode-time', which see. ZONE defaults\n\ |
| 741 | to the current time zone and daylight savings time if not specified; if | 741 | to the current time zone and daylight savings time if not specified; if\n\ |
| 742 | specified, it can be either a list (as from `current-time-zone') or an | 742 | specified, it can be either a list (as from `current-time-zone') or an\n\ |
| 743 | integer (as from `decode-time'), and is applied without consideration for | 743 | integer (as from `decode-time'), and is applied without consideration for\n\ |
| 744 | daylight savings time. If YEAR is less than 100, values in the range 0 to | 744 | daylight savings time. If YEAR is less than 100, values in the range 0 to\n\ |
| 745 | 37 are interpreted as in the 21st century, all other values arein the 20th | 745 | 37 are interpreted as in the 21st century, all other values are in the 20th\n\ |
| 746 | century.") | 746 | century.") |
| 747 | (sec, min, hour, day, month, year, zone) | 747 | (sec, min, hour, day, month, year, zone) |
| 748 | Lisp_Object sec, min, hour, day, month, year, zone; | 748 | Lisp_Object sec, min, hour, day, month, year, zone; |