summaryrefslogtreecommitdiff
path: root/lisp/calendar/icalendar.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-09-11 12:44:25 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2014-09-11 12:44:25 -0700
commit0f2ed59206faf8d71c71203613a715c6aa187c3e (patch)
tree7da027a3fc4ed89cb156052fe0c481b7d70f71f7 /lisp/calendar/icalendar.el
parent1dd1218653be3425e7f53ea1cfcb0d14addfaa05 (diff)
downloademacs-0f2ed59206faf8d71c71203613a715c6aa187c3e.tar.gz
Spelling fixes.
* lisp/ses.el (ses-file-format-extend-parameter-list): Rename from ses-file-format-extend-paramter-list. All uses changed. * lisp/gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling of ":delete".
Diffstat (limited to 'lisp/calendar/icalendar.el')
-rw-r--r--lisp/calendar/icalendar.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el
index 784881e4012..1fffe377954 100644
--- a/lisp/calendar/icalendar.el
+++ b/lisp/calendar/icalendar.el
@@ -1531,7 +1531,7 @@ entries. ENTRY-MAIN is the first line of the diary entry."
Enumerate the evaluated sexp entry for the next
`icalendar-export-sexp-enumeration-days' days. NONMARKER is a
regular expression matching the start of non-marking entries.
-ENTRY-MAIN is the first line of the diary entry.
+ENTRY-MAIN is the first line of the diary entry.
Optional argument START determines the first day of the
enumeration, given as a time value, in same format as returned by
@@ -1574,8 +1574,8 @@ enumeration, given as a time value, in same format as returned by
(let ((calendar-date-style 'iso))
(icalendar--convert-ordinary-to-ical
nonmarker (format "%4d/%02d/%02d %s" y m d see))))
- (;TODO:
- (error (format "Unsopported Sexp-entry: %s"
+ (;TODO:
+ (error (format "Unsupported Sexp-entry: %s"
entry-main))))))
(number-sequence
0 (- icalendar-export-sexp-enumeration-days 1))))))