# HG changeset patch # User Markus Rost # Date 1033792300 0 # Node ID da8405c812f222f5bf90e682d7479b2b338ed316 # Parent aa5414c0e056b96239f022cd3cb336210ad84587 (Fformat_time_string): Doc fix. diff -r aa5414c0e056 -r da8405c812f2 src/editfns.c --- a/src/editfns.c Sat Oct 05 04:08:13 2002 +0000 +++ b/src/editfns.c Sat Oct 05 04:31:40 2002 +0000 @@ -1450,8 +1450,8 @@ Certain flags and modifiers are available with some format controls. The flags are `_', `-', `^' and `#'. For certain characters X, %_X is like %X, but padded with blanks; %-X is like %X, -ut without padding. %^X is like %X but with all textual -characters up-cased; %#X is like %X but with letter-case of +but without padding. %^X is like %X, but with all textual +characters up-cased; %#X is like %X, but with letter-case of all textual characters reversed. %NX (where N stands for an integer) is like %X, but takes up at least N (a number) positions.