From 7c132cba8bba0c85d8fe614a9165dad11d53e9dd Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 31 Jan 2001 17:05:55 +0000 Subject: [PATCH] (Fformat_time_string): Doc fix. --- src/ChangeLog | 4 ++++ src/editfns.c | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 9b9ccf777a0..4e4097f4053 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-01-31 Eli Zaretskii + + * editfns.c (Fformat_time_string): Doc fix. + 2001-01-31 Stefan Monnier * keymap.c (Fwhere_is_internal): Use the first valid binding diff --git a/src/editfns.c b/src/editfns.c index 590d1771338..af895fbe437 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1462,8 +1462,11 @@ by text that describes the specified date and time in TIME:\n\ Finally, %n is a newline, %t is a tab, %% is a literal %.\n\ \n\ Certain flags and modifiers are available with some format controls.\n\ -The flags are `_' and `-'. For certain characters X, %_X is like %X,\n\ -but padded with blanks; %-X is like %X, but without padding.\n\ +The flags are `_', `-', `^' and `#'. For certain characters X,\n\ +%_X is like %X, but padded with blanks; %-X is like %X,\n\ +ut without padding. %^X is like %X but with all textual\n\ +characters up-cased; %#X is like %X but with letter-case of\n\ +all textual characters reversed.\n\ %NX (where N stands for an integer) is like %X,\n\ but takes up at least N (a number) positions.\n\ The modifiers are `E' and `O'. For certain characters X,\n\ -- 2.39.2