# HG changeset patch # User Juanma Barranquero # Date 1140089563 0 # Node ID 16194e6e2a7b8c76aee5fc9613c49d41fa20123a # Parent 3f537f10607215653116df7487ee3fce5f66d5f4 (icalendar--get-event-property, icalendar--get-event-property-attributes): Fix typos in docstrings. diff -r 3f537f106072 -r 16194e6e2a7b lisp/calendar/icalendar.el --- a/lisp/calendar/icalendar.el Thu Feb 16 02:14:40 2006 +0000 +++ b/lisp/calendar/icalendar.el Thu Feb 16 11:32:43 2006 +0000 @@ -293,7 +293,7 @@ ;; (car (cddr event))) (defun icalendar--get-event-property (event prop) - "For the given EVENT return the value of the first occurence of PROP." + "For the given EVENT return the value of the first occurrence of PROP." (catch 'found (let ((props (car (cddr event))) pp) (while props @@ -304,7 +304,7 @@ nil)) (defun icalendar--get-event-property-attributes (event prop) - "For the given EVENT return attributes of the first occurence of PROP." + "For the given EVENT return attributes of the first occurrence of PROP." (catch 'found (let ((props (car (cddr event))) pp) (while props @@ -705,7 +705,7 @@ "Export diary file to iCalendar format. All diary entries in the file DIARY-FILENAME are converted to iCalendar format. The result is appended to the file ICAL-FILENAME." - (interactive "FExport diary data from file: + (interactive "FExport diary data from file: Finto iCalendar file: ") (save-current-buffer (set-buffer (find-file diary-filename)) @@ -1449,8 +1449,8 @@ Argument DIARY-FILENAME input `diary-file'. Optional argument NON-MARKING determines whether events are created as non-marking or not." - (interactive "fImport iCalendar data from file: -Finto diary file: + (interactive "fImport iCalendar data from file: +Finto diary file: p") ;; clean up the diary file (save-current-buffer