diff options
| -rw-r--r-- | lisp/calendar/icalendar.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el index b900d4c57f3..570fb626747 100644 --- a/lisp/calendar/icalendar.el +++ b/lisp/calendar/icalendar.el | |||
| @@ -705,7 +705,7 @@ would be \"pm\"." | |||
| 705 | "Export diary file to iCalendar format. | 705 | "Export diary file to iCalendar format. |
| 706 | All diary entries in the file DIARY-FILENAME are converted to iCalendar | 706 | All diary entries in the file DIARY-FILENAME are converted to iCalendar |
| 707 | format. The result is appended to the file ICAL-FILENAME." | 707 | format. The result is appended to the file ICAL-FILENAME." |
| 708 | (interactive "FExport diary data from file: | 708 | (interactive "FExport diary data from file: |
| 709 | Finto iCalendar file: ") | 709 | Finto iCalendar file: ") |
| 710 | (save-current-buffer | 710 | (save-current-buffer |
| 711 | (set-buffer (find-file diary-filename)) | 711 | (set-buffer (find-file diary-filename)) |
| @@ -1449,8 +1449,8 @@ Argument ICAL-FILENAME output iCalendar file. | |||
| 1449 | Argument DIARY-FILENAME input `diary-file'. | 1449 | Argument DIARY-FILENAME input `diary-file'. |
| 1450 | Optional argument NON-MARKING determines whether events are created as | 1450 | Optional argument NON-MARKING determines whether events are created as |
| 1451 | non-marking or not." | 1451 | non-marking or not." |
| 1452 | (interactive "fImport iCalendar data from file: | 1452 | (interactive "fImport iCalendar data from file: |
| 1453 | Finto diary file: | 1453 | Finto diary file: |
| 1454 | p") | 1454 | p") |
| 1455 | ;; clean up the diary file | 1455 | ;; clean up the diary file |
| 1456 | (save-current-buffer | 1456 | (save-current-buffer |