From 4972b017b63f3ce324bfa65a1b46a2a173baf463 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 13 Jun 2000 05:22:52 +0000 Subject: * Some timestamp fixes from Paul Eggert. * Fix compilation on Linux; use libintl.h and not gettext.h when using the system gettext. --- function.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'function.c') diff --git a/function.c b/function.c index d4fd11e..9b5fc66 100644 --- a/function.c +++ b/function.c @@ -738,7 +738,7 @@ func_word (o, argv, funcname) i = atoi (argv[0]); if (i == 0) - fatal (reading_file, _("the `word' function takes a positive index argument")); + fatal (reading_file, _("first argument to `word' function must be greater than 0")); end_p = argv[1]; -- cgit v1.2.3