summaryrefslogtreecommitdiff
path: root/lisp/time.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-01-02 23:01:16 +0000
committerRichard M. Stallman <rms@gnu.org>1995-01-02 23:01:16 +0000
commit65950249605dba217c2615625c02960232b86330 (patch)
tree30609e71e9454ade51f5c044e4c7d3823c95f0db /lisp/time.el
parentf7d41597ce9cbc967b214303e3bbbe94a858744f (diff)
downloademacs-65950249605dba217c2615625c02960232b86330.tar.gz
(display-time-string-forms): Fix doc string syntax error.
Diffstat (limited to 'lisp/time.el')
-rw-r--r--lisp/time.el2
1 files changed, 1 insertions, 1 deletions
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\" \"\"))