From: Juanma Barranquero Date: Thu, 16 Feb 2006 11:32:43 +0000 (+0000) Subject: (icalendar--get-event-property, icalendar--get-event-property-attributes): X-Git-Tag: emacs-pretest-22.0.90~4098 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=598d751d7c089bb7959782a4ca262930f27c8dd1;p=emacs.git (icalendar--get-event-property, icalendar--get-event-property-attributes): Fix typos in docstrings. --- diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el index e1d513ce680..b900d4c57f3 100644 --- a/lisp/calendar/icalendar.el +++ b/lisp/calendar/icalendar.el @@ -293,7 +293,7 @@ it finds" ;; (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 @@ it finds" 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 @@ would be \"pm\"." "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 ICAL-FILENAME output iCalendar file. 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