changeset 10317:dad32dba58bf

(display-time-string-forms): Fix doc string syntax error.
author Richard M. Stallman <rms@gnu.org>
date Mon, 02 Jan 1995 23:01:16 +0000
parents 272f15eddaca
children b18a4ff30816
files lisp/time.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/time.el	Mon Jan 02 21:58:40 1995 +0000
+++ b/lisp/time.el	Mon Jan 02 23:01:16 1995 +0000
@@ -111,7 +111,7 @@
 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\" \"\"))