(display-time-string-forms): Fix doc string syntax error.
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Jan 1995 23:01:16 +0000 (23:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Jan 1995 23:01:16 +0000 (23:01 +0000)
lisp/time.el

index 14a6a17..95c761f 100644 (file)
@@ -111,7 +111,7 @@ and `time-zone' all alphabetic strings, and `mail' a true/nil value.
 For example, the form
 
   '((substring year -2) \"/\" month \"/\" day
-    " 24-hours \":\" minutes \":\" seconds
+    \" \" 24-hours \":\" minutes \":\" seconds
     (if time-zone \" (\") time-zone (if time-zone \")\")
     (if mail \" Mail\" \"\"))