changeset 27370:70846ee19545

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 19 Jan 2000 19:54:36 +0000
parents b7162d2b3d0b
children 77048c4b6fb0
files lispref/os.texi lispref/processes.texi
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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.