From: Richard M. Stallman Date: Wed, 19 Jan 2000 19:54:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~5311 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f939ab8ad7b0fb1dc1a94cac159a8e5b3702baf;p=emacs.git *** empty log message *** --- 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 diff --git a/lispref/processes.texi b/lispref/processes.texi index ff7fccd1152..289ae42017c 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi @@ -315,7 +315,7 @@ as it comes in. For details, see the description of @code{call-process}, above. If @var{destination} is the integer 0, @code{call-process-region} discards the output and returns @code{nil} immediately, without waiting for the subprocess to finish (this only -works if asynchronous subprocess are supported). +works if asynchronous subprocesses are supported). The remaining arguments, @var{args}, are strings that specify command line arguments for the program.