]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fformat_time_string): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Wed, 31 Jan 2001 17:05:55 +0000 (17:05 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 31 Jan 2001 17:05:55 +0000 (17:05 +0000)
src/ChangeLog
src/editfns.c

index 9b9ccf777a0c059d45a4c3b8053c8d84a5f23a0a..4e4097f4053a1033a4510f91d76fa086cd7bb27b 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * editfns.c (Fformat_time_string): Doc fix.
+
 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
 
        * keymap.c (Fwhere_is_internal): Use the first valid binding
index 590d177133846dbf8c1c2eab79b8e15028fd9245..af895fbe4377e149f83b926f2f30cbf849ab4cb1 100644 (file)
@@ -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\