diff options
author | Richard M. Stallman <rms@gnu.org> | 2000-01-19 19:54:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2000-01-19 19:54:36 +0000 |
commit | 4f939ab8ad7b0fb1dc1a94cac159a8e5b3702baf (patch) | |
tree | 223160477408403a6a8b58f1a50df188c79c3d81 /lispref/os.texi | |
parent | 3261c1d8c5146a3010f61190659fb9a48fe605af (diff) | |
download | emacs-4f939ab8ad7b0fb1dc1a94cac159a8e5b3702baf.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/os.texi')
-rw-r--r-- | lispref/os.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/os.texi b/lispref/os.texi index 09141ed12cd..8d9793d79a5 100644 --- a/lispref/os.texi +++ b/lispref/os.texi @@ -1156,8 +1156,8 @@ items of calendrical data into a time value. For the meanings of the arguments, see the table above under @code{decode-time}. Year numbers less than 100 are not treated specially. If you want them -to stand for years above 1900, you must alter them yourself before you -call @code{encode-time}. +to stand for years above 1900, or years above 2000, you must alter them +yourself before you call @code{encode-time}. The optional argument @var{zone} defaults to the current time zone and its daylight savings time rules. If specified, it can be either a list |