Mercurial > emacs
changeset 6714:ce9404705b14
(Fformat): Reword confusing error message.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 07 Apr 1994 02:45:55 +0000 |
parents | 6a16a95e7ad9 |
children | 3864d274a56c |
files | src/editfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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. */