From: Markus Rost Date: Sat, 5 Oct 2002 04:32:00 +0000 (+0000) Subject: (Fformat_time_string): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~12934 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a67a233bc83c90ff5389837d31fe0b90c1a9df9c;p=emacs.git (Fformat_time_string): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7eac9ad5ddf..9508a0daef4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-10-05 Markus Rost + + * editfns.c (Fformat_time_string): Doc fix. + 2002-10-05 John Paul Wallington * fns.c (Flength): Doc fix. diff --git a/src/editfns.c b/src/editfns.c index 8640111c167..3b71d592bd1 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1450,8 +1450,8 @@ Finally, %n is a newline, %t is a tab, %% is a literal %. 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.