comparison src/editfns.c @ 12063:a2920d062bb5

(Fencode_time): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Sat, 03 Jun 1995 17:25:27 +0000
parents 505a894d943e
children ac7375e60931
comparison
equal deleted inserted replaced
12062:9d84af59f868 12063:a2920d062bb5
745 to the current time zone and daylight savings time if not specified; if\n\ 745 to the current time zone and daylight savings time if not specified; if\n\
746 specified, it can be either a list (as from `current-time-zone') or an\n\ 746 specified, it can be either a list (as from `current-time-zone') or an\n\
747 integer (as from `decode-time'), and is applied without consideration for\n\ 747 integer (as from `decode-time'), and is applied without consideration for\n\
748 daylight savings time.\n\ 748 daylight savings time.\n\
749 Year numbers less than 100 are treated just like other year numbers.\n\ 749 Year numbers less than 100 are treated just like other year numbers.\n\
750 If you them to stand for years above 1900, you must do that yourself.") 750 If you want them to stand for years above 1900, you must do that yourself.")
751 (sec, minute, hour, day, month, year, zone) 751 (sec, minute, hour, day, month, year, zone)
752 Lisp_Object sec, minute, hour, day, month, year, zone; 752 Lisp_Object sec, minute, hour, day, month, year, zone;
753 { 753 {
754 time_t time; 754 time_t time;
755 int fullyear, mon, days, seconds, tz = 0; 755 int fullyear, mon, days, seconds, tz = 0;