]> code.delx.au - gnu-emacs/commitdiff
(Fencode_time): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Sat, 3 Jun 1995 17:25:27 +0000 (17:25 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 3 Jun 1995 17:25:27 +0000 (17:25 +0000)
src/editfns.c

index 2f1807828caa9f58e4ab423c3a67aaf423ce836e..ef941928a2648492facb94723447f5ccb2356abd 100644 (file)
@@ -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;
 {