summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2000-01-19 19:54:36 +0000
committerRichard M. Stallman <rms@gnu.org>2000-01-19 19:54:36 +0000
commit4f939ab8ad7b0fb1dc1a94cac159a8e5b3702baf (patch)
tree223160477408403a6a8b58f1a50df188c79c3d81
parent3261c1d8c5146a3010f61190659fb9a48fe605af (diff)
downloademacs-4f939ab8ad7b0fb1dc1a94cac159a8e5b3702baf.tar.gz
*** empty log message ***
-rw-r--r--lispref/os.texi4
-rw-r--r--lispref/processes.texi2
2 files changed, 3 insertions, 3 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
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.