comparison src/editfns.c @ 12973:2c0225a5aa91

(Fdecode_time): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 29 Aug 1995 19:38:04 +0000
parents 7a3cd2170cb7
children 385a67ad96c3
comparison
equal deleted inserted replaced
12972:62682d1146a0 12973:2c0225a5aa91
656 HOUR is an integer between 0 and 23. DAY is an integer between 1 and 31.\n\ 656 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\ 657 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\ 658 four-digit year. DOW is the day of week, an integer between 0 and 6, where\n\
659 0 is Sunday. DST is t if daylight savings time is effect, otherwise nil.\n\ 659 0 is Sunday. DST is t if daylight savings time is effect, otherwise nil.\n\
660 ZONE is an integer indicating the number of seconds east of Greenwich.\n\ 660 ZONE is an integer indicating the number of seconds east of Greenwich.\n\
661 (Note that Common Lisp has different meanings for DOW and ZONE.)") 661 \(Note that Common Lisp has different meanings for DOW and ZONE.)")
662 (specified_time) 662 (specified_time)
663 Lisp_Object specified_time; 663 Lisp_Object specified_time;
664 { 664 {
665 time_t time_spec; 665 time_t time_spec;
666 struct tm save_tm; 666 struct tm save_tm;