comparison src/editfns.c @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 2f877ed80fa6
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
1662 1662
1663 Out-of-range values for SEC, MINUTE, HOUR, DAY, or MONTH are allowed; 1663 Out-of-range values for SEC, MINUTE, HOUR, DAY, or MONTH are allowed;
1664 for example, a DAY of 0 means the day preceding the given month. 1664 for example, a DAY of 0 means the day preceding the given month.
1665 Year numbers less than 100 are treated just like other year numbers. 1665 Year numbers less than 100 are treated just like other year numbers.
1666 If you want them to stand for years in this century, you must do that yourself. 1666 If you want them to stand for years in this century, you must do that yourself.
1667
1668 Years before 1970 are not guaranteed to work. On some systems,
1669 year values as low as 1901 do work.
1670 1667
1671 usage: (encode-time SECOND MINUTE HOUR DAY MONTH YEAR &optional ZONE) */) 1668 usage: (encode-time SECOND MINUTE HOUR DAY MONTH YEAR &optional ZONE) */)
1672 (nargs, args) 1669 (nargs, args)
1673 int nargs; 1670 int nargs;
1674 register Lisp_Object *args; 1671 register Lisp_Object *args;
4305 defsubr (&Swiden); 4302 defsubr (&Swiden);
4306 defsubr (&Snarrow_to_region); 4303 defsubr (&Snarrow_to_region);
4307 defsubr (&Ssave_restriction); 4304 defsubr (&Ssave_restriction);
4308 defsubr (&Stranspose_regions); 4305 defsubr (&Stranspose_regions);
4309 } 4306 }
4310
4311 /* arch-tag: fc3827d8-6f60-4067-b11e-c3218031b018
4312 (do not change this comment) */