Mercurial > emacs
changeset 12063:a2920d062bb5
(Fencode_time): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 03 Jun 1995 17:25:27 +0000 |
parents | 9d84af59f868 |
children | c3611dff7bba |
files | src/editfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/editfns.c Sat Jun 03 16:57:38 1995 +0000 +++ b/src/editfns.c Sat Jun 03 17:25:27 1995 +0000 @@ -747,7 +747,7 @@ 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; {