]> code.delx.au - gnu-emacs/commitdiff
(Fformat_time_string): Doc fix.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Sat, 5 Oct 2002 04:32:00 +0000 (04:32 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Sat, 5 Oct 2002 04:32:00 +0000 (04:32 +0000)
src/ChangeLog
src/editfns.c

index 7eac9ad5ddf7be3f0c3db9d5750439f1060787b0..9508a0daef41ed7c84757c5e7051f4a7b1d30753 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-05  Markus Rost  <rost@math.ohio-state.edu>
+
+       * editfns.c (Fformat_time_string): Doc fix.
+
 2002-10-05  John Paul Wallington  <jpw@shootybangbang.com>
 
        * fns.c (Flength): Doc fix.
index 8640111c1678c8f2497d263e4fc37b20e8518923..3b71d592bd152ab5dd0918e300a355197366c669 100644 (file)
@@ -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.