From 3d0b6ad51a3f439ddc94c769851e6272de14f540 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 3 Jun 1995 17:25:27 +0000 Subject: [PATCH] (Fencode_time): Doc fix. --- src/editfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editfns.c b/src/editfns.c index 2f1807828ca..ef941928a26 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -747,7 +747,7 @@ specified, it can be either a list (as from `current-time-zone') or an\n\ integer (as from `decode-time'), and is applied without consideration for\n\ daylight savings time.\n\ Year numbers less than 100 are treated just like other year numbers.\n\ -If you them to stand for years above 1900, you must do that yourself.") +If you want them to stand for years above 1900, you must do that yourself.") (sec, minute, hour, day, month, year, zone) Lisp_Object sec, minute, hour, day, month, year, zone; { -- 2.39.2