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
commit13b53275f33847d3583f78ed67369e374cd5cc26 (patch)
treee55dcd51d39e05c6b6da7a397a37543904dec37c /lisp/time.el
parent99a3d506c1efedaf987725510c8a56c4200b8a03 (diff)
downloademacs-13b53275f33847d3583f78ed67369e374cd5cc26.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\" \"\"))