aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-06-21 19:10:54 +0000
committerRichard M. Stallman1994-06-21 19:10:54 +0000
commitc01cadc3e910d55e9ee3b643a8141a5b309401c1 (patch)
tree2fc22674f765c4d86253781cc04c9637cbd24e70
parentea18063fb65dd0af3f1ae374c162edd2433a808b (diff)
downloademacs-c01cadc3e910d55e9ee3b643a8141a5b309401c1.tar.gz
emacs-c01cadc3e910d55e9ee3b643a8141a5b309401c1.zip
Fix references to diary.el.
-rw-r--r--lisp/calendar/calendar.el8
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.
1184Searches your diary file for entries that match ARG days starting with 1184Searches your diary file for entries that match ARG days starting with
1185the date indicated by the cursor position in the displayed three-month 1185the 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.
1247This function gets rid of the selective display of the diary file so that 1247This function gets rid of the selective display of the diary file so that
1248all entries, not just some, are visible. If there is no diary buffer, one 1248all entries, not just some, are visible. If there is no diary buffer, one
1249is created." 1249is 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.
1254Each entry in diary file visible in the calendar window is marked." 1254Each entry in diary file visible in the calendar window is marked."
1255 t) 1255 t)