diff options
| author | Richard M. Stallman | 1994-06-21 19:10:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-21 19:10:54 +0000 |
| commit | c01cadc3e910d55e9ee3b643a8141a5b309401c1 (patch) | |
| tree | 2fc22674f765c4d86253781cc04c9637cbd24e70 | |
| parent | ea18063fb65dd0af3f1ae374c162edd2433a808b (diff) | |
| download | emacs-c01cadc3e910d55e9ee3b643a8141a5b309401c1.tar.gz emacs-c01cadc3e910d55e9ee3b643a8141a5b309401c1.zip | |
Fix references to diary.el.
| -rw-r--r-- | lisp/calendar/calendar.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index e1355cd5442..2cc35b6f182 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el | |||
| @@ -52,7 +52,7 @@ | |||
| 52 | ;; The following files are part of the calendar/diary code: | 52 | ;; The following files are part of the calendar/diary code: |
| 53 | 53 | ||
| 54 | ;; cal-menu.el Menu support | 54 | ;; cal-menu.el Menu support |
| 55 | ;; diary.el, diary-ins.el Diary functions | 55 | ;; diary-lib.el, diary-ins.el Diary functions |
| 56 | ;; holidays.el Holiday functions | 56 | ;; holidays.el Holiday functions |
| 57 | ;; cal-french.el French Revolutionary calendar | 57 | ;; cal-french.el French Revolutionary calendar |
| 58 | ;; cal-mayan.el Mayan calendars | 58 | ;; cal-mayan.el Mayan calendars |
| @@ -1179,7 +1179,7 @@ to be replaced by asterisks to highlight it whenever it is in the window." | |||
| 1179 | (list-calendar-holidays))) | 1179 | (list-calendar-holidays))) |
| 1180 | (run-hooks 'initial-calendar-window-hook)) | 1180 | (run-hooks 'initial-calendar-window-hook)) |
| 1181 | 1181 | ||
| 1182 | (autoload 'view-diary-entries "diary" | 1182 | (autoload 'view-diary-entries "diary-lib" |
| 1183 | "Prepare and display a buffer with diary entries. | 1183 | "Prepare and display a buffer with diary entries. |
| 1184 | Searches your diary file for entries that match ARG days starting with | 1184 | Searches your diary file for entries that match ARG days starting with |
| 1185 | the date indicated by the cursor position in the displayed three-month | 1185 | the date indicated by the cursor position in the displayed three-month |
| @@ -1242,14 +1242,14 @@ calendar." | |||
| 1242 | "Move cursor to previous instance of Mayan Haab/Tzoklin combination." | 1242 | "Move cursor to previous instance of Mayan Haab/Tzoklin combination." |
| 1243 | t) | 1243 | t) |
| 1244 | 1244 | ||
| 1245 | (autoload 'show-all-diary-entries "diary" | 1245 | (autoload 'show-all-diary-entries "diary-lib" |
| 1246 | "Show all of the diary entries in the diary file. | 1246 | "Show all of the diary entries in the diary file. |
| 1247 | This function gets rid of the selective display of the diary file so that | 1247 | This function gets rid of the selective display of the diary file so that |
| 1248 | all entries, not just some, are visible. If there is no diary buffer, one | 1248 | all entries, not just some, are visible. If there is no diary buffer, one |
| 1249 | is created." | 1249 | is created." |
| 1250 | t) | 1250 | t) |
| 1251 | 1251 | ||
| 1252 | (autoload 'mark-diary-entries "diary" | 1252 | (autoload 'mark-diary-entries "diary-lib" |
| 1253 | "Mark days in the calendar window that have diary entries. | 1253 | "Mark days in the calendar window that have diary entries. |
| 1254 | Each entry in diary file visible in the calendar window is marked." | 1254 | Each entry in diary file visible in the calendar window is marked." |
| 1255 | t) | 1255 | t) |