From: Karl Heuer Date: Sat, 3 Jun 1995 17:25:27 +0000 (+0000) Subject: (Fencode_time): Doc fix. X-Git-Tag: emacs-19.34~3795 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d0b6ad51a3f439ddc94c769851e6272de14f540;p=emacs.git (Fencode_time): Doc fix. --- 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; {