diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-07 12:43:16 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-07 12:43:16 -0800 |
commit | f15f6b53078ac2176f8d2c05d99d3d9b4d32986b (patch) | |
tree | 046e4b81c0220bc1048b0ece01caee896629670d /lisp/time.el | |
parent | fe6131b72468a71b1bae3bbafcb408a24a460a13 (diff) | |
parent | eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671 (diff) | |
download | emacs-f15f6b53078ac2176f8d2c05d99d3d9b4d32986b.tar.gz |
Merge from origin/emacs-25
eeecac7 Fix minor quoting problems in doc strings
Diffstat (limited to 'lisp/time.el')
-rw-r--r-- | lisp/time.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/time.el b/lisp/time.el index a0419c91b43..b507fe9df02 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\" \"\")) |