diff options
| -rw-r--r-- | lisp/time-stamp.el | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index 284dd48d4fc..6da576f3778 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el | |||
| @@ -49,26 +49,26 @@ on the locale setting recorded in `system-time-locale' and | |||
| 49 | `locale-coding-system'. The examples here are for the default | 49 | `locale-coding-system'. The examples here are for the default |
| 50 | \(`C') locale. | 50 | \(`C') locale. |
| 51 | 51 | ||
| 52 | %:A weekday name: `Monday' %#A gives uppercase: `MONDAY' | 52 | %:A weekday name: `Monday' %#A gives uppercase: `MONDAY' |
| 53 | %3a abbreviated weekday: `Mon' %#a gives uppercase: `MON' | 53 | %3a abbreviated weekday: `Mon' %#a gives uppercase: `MON' |
| 54 | %:B month name: `January' %#B gives uppercase: `JANUARY' | 54 | %:B month name: `January' %#B gives uppercase: `JANUARY' |
| 55 | %3b abbreviated month: `Jan' %#b gives uppercase: `JAN' | 55 | %3b abbreviated month: `Jan' %#b gives uppercase: `JAN' |
| 56 | %02d day of month | 56 | %02d day of month |
| 57 | %02H 24-hour clock hour | 57 | %02H 24-hour clock hour |
| 58 | %02I 12-hour clock hour | 58 | %02I 12-hour clock hour |
| 59 | %02m month number | 59 | %02m month number |
| 60 | %02M minute | 60 | %02M minute |
| 61 | %#p `am' or `pm' %P gives uppercase: `AM' or `PM' | 61 | %#p `am' or `pm' %P gives uppercase: `AM' or `PM' |
| 62 | %02S seconds | 62 | %02S seconds |
| 63 | %w day number of week, Sunday is 0 | 63 | %w day number of week, Sunday is 0 |
| 64 | %02y 2-digit year: `03' %Y 4-digit year: `2003' | 64 | %02y 2-digit year: `03' %Y 4-digit year: `2003' |
| 65 | %#Z lowercase time zone name: `est' %Z gives uppercase: `EST' | 65 | %#Z lowercase time zone name: `est' %Z gives uppercase: `EST' |
| 66 | 66 | ||
| 67 | Non-date items: | 67 | Non-date items: |
| 68 | %% a literal percent character: `%' | 68 | %% a literal percent character: `%' |
| 69 | %f file name without directory %F gives absolute pathname | 69 | %f file name without directory %F gives absolute pathname |
| 70 | %l login name %L full name of logged-in user | 70 | %l login name %L full name of logged-in user |
| 71 | %q unqualified host name %Q fully-qualified host name | 71 | %q unqualified host name %Q fully-qualified host name |
| 72 | %h mail host name | 72 | %h mail host name |
| 73 | 73 | ||
| 74 | Decimal digits between the % and the type character specify the | 74 | Decimal digits between the % and the type character specify the |