# HG changeset patch # User Richard M. Stallman # Date 948311676 0 # Node ID 70846ee19545753656692f6cdafb127ff2f3f203 # Parent b7162d2b3d0bd5b6928112fa537e3262c31e34e2 *** empty log message *** diff -r b7162d2b3d0b -r 70846ee19545 lispref/os.texi --- a/lispref/os.texi Wed Jan 19 18:50:05 2000 +0000 +++ b/lispref/os.texi Wed Jan 19 19:54:36 2000 +0000 @@ -1156,8 +1156,8 @@ 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 -r b7162d2b3d0b -r 70846ee19545 lispref/processes.texi --- a/lispref/processes.texi Wed Jan 19 18:50:05 2000 +0000 +++ b/lispref/processes.texi Wed Jan 19 19:54:36 2000 +0000 @@ -315,7 +315,7 @@ @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.