diff options
Diffstat (limited to 'src/editfns.c')
| -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 f73ef0a2c05..152c5b669d9 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -3646,7 +3646,7 @@ usage: (format STRING &rest OBJECTS) */) | |||
| 3646 | precision ::= '.' [0-9]* | 3646 | precision ::= '.' [0-9]* |
| 3647 | 3647 | ||
| 3648 | If a field-width is specified, it specifies to which width | 3648 | If a field-width is specified, it specifies to which width |
| 3649 | the output should be padded with blanks, iff the output | 3649 | the output should be padded with blanks, if the output |
| 3650 | string is shorter than field-width. | 3650 | string is shorter than field-width. |
| 3651 | 3651 | ||
| 3652 | If precision is specified, it specifies the number of | 3652 | If precision is specified, it specifies the number of |