From 3d8efb25a73259232ed7a0635506422de4086b7e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 13 May 2006 06:14:31 +0000 Subject: [PATCH] (Displaying the Diary, Format of Diary File): Refer to diary-view-entries, diary-list-entries, diary-show-all-entries rather than obsolete aliases. --- man/calendar.texi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/calendar.texi b/man/calendar.texi index 806c3150c16..3a7a21cb6fc 100644 --- a/man/calendar.texi +++ b/man/calendar.texi @@ -997,11 +997,11 @@ it. You can also view today's events outside of Calendar mode. @table @kbd @item d Display all diary entries for the selected date -(@code{view-diary-entries}). +(@code{diary-view-entries}). @item Mouse-2 Diary Display all diary entries for the date you click on. @item s -Display the entire diary file (@code{show-all-diary-entries}). +Display the entire diary file (@code{diary-show-all-entries}). @item m Mark all visible dates that have diary entries (@code{mark-diary-entries}). @@ -1016,7 +1016,7 @@ Mail yourself email reminders about upcoming diary entries. @end table @kindex d @r{(Calendar mode)} -@findex view-diary-entries +@findex diary-view-entries @vindex view-diary-entries-initially Displaying the diary entries with @kbd{d} shows in a separate window the diary entries for the selected date in the calendar. The mode line @@ -1054,7 +1054,7 @@ turns off holiday marks (@pxref{Holidays}). If the variable updating the calendar marks diary dates automatically. @kindex s @r{(Calendar mode)} -@findex show-all-diary-entries +@findex diary-show-all-entries To see the full diary file, rather than just some of the entries, use the @kbd{s} command. @@ -1152,7 +1152,7 @@ additional lines or adding/deleting characters in the middle of a visible line cannot cause problems, but editing at the end of a line may not do what you expect. Deleting a line may delete other invisible entries that follow it. Before editing the diary, it is best to display -the entire file with @kbd{s} (@code{show-all-diary-entries}). +the entire file with @kbd{s} (@code{diary-show-all-entries}). @node Date Formats @subsection Date Formats -- 2.11.4.GIT