changeset 45138:6855d0e47c10

(time-stamp-format): Escape open parenthesis in column 0.
author Markus Rost <rost@math.uni-bielefeld.de>
date Mon, 06 May 2002 00:15:28 +0000
parents 95208018bb24
children 2c8711537fdf
files lisp/time-stamp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/time-stamp.el	Sun May 05 18:44:05 2002 +0000
+++ b/lisp/time-stamp.el	Mon May 06 00:15:28 2002 +0000
@@ -54,7 +54,7 @@
 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'