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 7bb74958c2c..dac7eb83af2 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -3514,7 +3514,7 @@ usage: (format STRING &rest OBJECTS) */) | |||
| 3514 | precision ::= '.' [0-9]* | 3514 | precision ::= '.' [0-9]* |
| 3515 | 3515 | ||
| 3516 | If a field-width is specified, it specifies to which width | 3516 | If a field-width is specified, it specifies to which width |
| 3517 | the output should be padded with blanks, iff the output | 3517 | the output should be padded with blanks, if the output |
| 3518 | string is shorter than field-width. | 3518 | string is shorter than field-width. |
| 3519 | 3519 | ||
| 3520 | If precision is specified, it specifies the number of | 3520 | If precision is specified, it specifies the number of |