comparison src/editfns.c @ 35787:0f57662bf4a9

(Fformat_time_string): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 31 Jan 2001 17:04:25 +0000
parents f0f0e9179ed6
children aeccce02fa6b
comparison
equal deleted inserted replaced
35786:3b32efc97931 35787:0f57662bf4a9
1460 %X is the locale's \"preferred\" time format.\n\ 1460 %X is the locale's \"preferred\" time format.\n\
1461 \n\ 1461 \n\
1462 Finally, %n is a newline, %t is a tab, %% is a literal %.\n\ 1462 Finally, %n is a newline, %t is a tab, %% is a literal %.\n\
1463 \n\ 1463 \n\
1464 Certain flags and modifiers are available with some format controls.\n\ 1464 Certain flags and modifiers are available with some format controls.\n\
1465 The flags are `_' and `-'. For certain characters X, %_X is like %X,\n\ 1465 The flags are `_', `-', `^' and `#'. For certain characters X,\n\
1466 but padded with blanks; %-X is like %X, but without padding.\n\ 1466 %_X is like %X, but padded with blanks; %-X is like %X,\n\
1467 ut without padding. %^X is like %X but with all textual\n\
1468 characters up-cased; %#X is like %X but with letter-case of\n\
1469 all textual characters reversed.\n\
1467 %NX (where N stands for an integer) is like %X,\n\ 1470 %NX (where N stands for an integer) is like %X,\n\
1468 but takes up at least N (a number) positions.\n\ 1471 but takes up at least N (a number) positions.\n\
1469 The modifiers are `E' and `O'. For certain characters X,\n\ 1472 The modifiers are `E' and `O'. For certain characters X,\n\
1470 %EX is a locale's alternative version of %X;\n\ 1473 %EX is a locale's alternative version of %X;\n\
1471 %OX is like %X, but uses the locale's number symbols.\n\ 1474 %OX is like %X, but uses the locale's number symbols.\n\