diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-07 11:29:54 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-07 11:31:16 -0800 |
commit | eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671 (patch) | |
tree | d1233bba4917ba56b357746e1f0ad921b6174724 /lisp/calendar/solar.el | |
parent | da71c89ba39f500f4c65d986863512f293934401 (diff) | |
download | emacs-eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671.tar.gz emacs-eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671.tar.bz2 emacs-eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671.zip |
Fix minor quoting problems in doc strings
Diffstat (limited to 'lisp/calendar/solar.el')
-rw-r--r-- | lisp/calendar/solar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el index c78d2bbf519..e92a4dc3f18 100644 --- a/lisp/calendar/solar.el +++ b/lisp/calendar/solar.el @@ -65,7 +65,7 @@ and `am-pm' and `time-zone', both alphabetic strings. For example, the form - '(24-hours \":\" minutes + \\='(24-hours \":\" minutes (if time-zone \" (\") time-zone (if time-zone \")\")) would give military-style times like `21:07 (UTC)'." |