From: Richard M. Stallman Date: Mon, 2 Jan 1995 23:01:16 +0000 (+0000) Subject: (display-time-string-forms): Fix doc string syntax error. X-Git-Tag: emacs-19.34~5539 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=13b53275f33847d3583f78ed67369e374cd5cc26;p=emacs.git (display-time-string-forms): Fix doc string syntax error. --- diff --git a/lisp/time.el b/lisp/time.el index 14a6a17d398..95c761f24e5 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -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\" \"\"))