summaryrefslogtreecommitdiff
path: root/lisp/time.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-12-07 11:29:54 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-12-07 11:31:16 -0800
commiteeecac7ab9d1f8c3a29cffe4586e5fd2414dd671 (patch)
treed1233bba4917ba56b357746e1f0ad921b6174724 /lisp/time.el
parentda71c89ba39f500f4c65d986863512f293934401 (diff)
downloademacs-eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671.tar.gz
Fix minor quoting problems in doc strings
Diffstat (limited to 'lisp/time.el')
-rw-r--r--lisp/time.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/time.el b/lisp/time.el
index ba5792441c4..c9f2df38244 100644
--- a/lisp/time.el
+++ b/lisp/time.el
@@ -306,9 +306,9 @@ This expression is a list of expressions that can involve the keywords
`seconds', all numbers in string form, and `monthname', `dayname', `am-pm',
and `time-zone' all alphabetic strings, and `mail' a true/nil value.
-For example, the form
+For example:
- '((substring year -2) \"/\" month \"/\" day
+ ((substring year -2) \"/\" month \"/\" day
\" \" 24-hours \":\" minutes \":\" seconds
(if time-zone \" (\") time-zone (if time-zone \")\")
(if mail \" Mail\" \"\"))