mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 20:32:00 -08:00
(time-stamp-format): Escape open parenthesis in column 0.
This commit is contained in:
parent
9975de28cd
commit
4b70b30b59
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2002-05-05 Markus Rost <rost@math.ohio-state.edu>
|
||||
|
||||
* time-stamp.el (time-stamp-format): Escape open parenthesis in
|
||||
column 0.
|
||||
|
||||
2002-05-04 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* toolbar/tool-bar.el (tool-bar-local-item-from-menu):
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ A string is used verbatim except for character sequences beginning
|
|||
with %, as follows. The values of non-numeric formatted items depend
|
||||
on the locale setting recorded in `system-time-locale' and
|
||||
`locale-coding-system'. The examples here are for the default
|
||||
(`C') locale.
|
||||
\(`C') locale.
|
||||
|
||||
%:a weekday name: `Monday'. %#A gives uppercase: `MONDAY'
|
||||
%3a abbreviated weekday: `Mon'. %3A gives uppercase: `MON'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue