diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index e3863c5f117..fd965e330c8 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -1463,7 +1463,7 @@ Use %% to put a single % into the output.") | |||
| 1463 | if (*format == '%') | 1463 | if (*format == '%') |
| 1464 | format++; | 1464 | format++; |
| 1465 | else if (++n >= nargs) | 1465 | else if (++n >= nargs) |
| 1466 | error ("format string wants too many arguments"); | 1466 | error ("not enough arguments for format string"); |
| 1467 | else if (*format == 'S') | 1467 | else if (*format == 'S') |
| 1468 | { | 1468 | { |
| 1469 | /* For `S', prin1 the argument and then treat like a string. */ | 1469 | /* For `S', prin1 the argument and then treat like a string. */ |