comparison src/editfns.c @ 78501:1677cf1c2509

Replace `iff' in comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:49:21 +0000
parents 922696f363b0
children 45618be84af9 e5a68f18fcb9
comparison
equal deleted inserted replaced
78500:f3583f35fc6a 78501:1677cf1c2509
3514 flags ::= [-+ #0]+ 3514 flags ::= [-+ #0]+
3515 field-width ::= [0-9]+ 3515 field-width ::= [0-9]+
3516 precision ::= '.' [0-9]* 3516 precision ::= '.' [0-9]*
3517 3517
3518 If a field-width is specified, it specifies to which width 3518 If a field-width is specified, it specifies to which width
3519 the output should be padded with blanks, iff the output 3519 the output should be padded with blanks, if the output
3520 string is shorter than field-width. 3520 string is shorter than field-width.
3521 3521
3522 If precision is specified, it specifies the number of 3522 If precision is specified, it specifies the number of
3523 digits to print after the '.' for floats, or the max. 3523 digits to print after the '.' for floats, or the max.
3524 number of chars to print from a string. */ 3524 number of chars to print from a string. */