aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
authorKenichi Handa2003-09-08 11:56:09 +0000
committerKenichi Handa2003-09-08 11:56:09 +0000
commit463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch)
tree3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /src/editfns.c
parent4256310de631bd57c78b88b5131caa073315b3d7 (diff)
downloademacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz
emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip
New directory
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/editfns.c b/src/editfns.c
index b057795f2ed..97a939ce43b 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -1665,9 +1665,6 @@ for example, a DAY of 0 means the day preceding the given month.
1665Year numbers less than 100 are treated just like other year numbers. 1665Year numbers less than 100 are treated just like other year numbers.
1666If you want them to stand for years in this century, you must do that yourself. 1666If you want them to stand for years in this century, you must do that yourself.
1667 1667
1668Years before 1970 are not guaranteed to work. On some systems,
1669year values as low as 1901 do work.
1670
1671usage: (encode-time SECOND MINUTE HOUR DAY MONTH YEAR &optional ZONE) */) 1668usage: (encode-time SECOND MINUTE HOUR DAY MONTH YEAR &optional ZONE) */)
1672 (nargs, args) 1669 (nargs, args)
1673 int nargs; 1670 int nargs;
@@ -4307,6 +4304,3 @@ functions if all the text being accessed has this property. */);
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) */