]> code.delx.au - gnu-emacs/commitdiff
(Fformat): Reword confusing error message.
authorKarl Heuer <kwzh@gnu.org>
Thu, 7 Apr 1994 02:45:55 +0000 (02:45 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 7 Apr 1994 02:45:55 +0000 (02:45 +0000)
src/editfns.c

index e3863c5f117197d4650d2ba0defbff51d5357210..fd965e330c83408ba8bebaff6991fe875eda7235 100644 (file)
@@ -1463,7 +1463,7 @@ Use %% to put a single % into the output.")
        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.  */