]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Wed, 19 Jan 2000 19:54:36 +0000 (19:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 19 Jan 2000 19:54:36 +0000 (19:54 +0000)
lispref/os.texi
lispref/processes.texi

index 09141ed12cd757580f1dae01ca9c344bd00f7f06..8d9793d79a5a7959031fe02640611fa3948358cc 100644 (file)
@@ -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
index ff7fccd1152dcec0b2613de3f65ee1667a4750d3..289ae42017cba363a22a02131ef1befe252a20d3 100644 (file)
@@ -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.