diff src/editfns.c @ 6714:ce9404705b14

(Fformat): Reword confusing error message.
author Karl Heuer <kwzh@gnu.org>
date Thu, 07 Apr 1994 02:45:55 +0000
parents d0f6a386b7cb
children 6e53158ad17d
line wrap: on
line diff
--- a/src/editfns.c	Thu Apr 07 02:03:10 1994 +0000
+++ b/src/editfns.c	Thu Apr 07 02:45:55 1994 +0000
@@ -1463,7 +1463,7 @@
 	if (*format == '%')
 	  format++;
 	else if (++n >= nargs)
-	  error ("format string wants too many arguments");
+	  error ("not enough arguments for format string");
 	else if (*format == 'S')
 	  {
 	    /* For `S', prin1 the argument and then treat like a string.  */