From 13b53275f33847d3583f78ed67369e374cd5cc26 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 2 Jan 1995 23:01:16 +0000 Subject: [PATCH] (display-time-string-forms): Fix doc string syntax error. --- lisp/time.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\" \"\")) -- 2.39.5