aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2005-03-26 20:13:31 +0000
committerGlenn Morris2005-03-26 20:13:31 +0000
commit1fa7647f5015fc9776a20a3090ba7b9b4c491d1b (patch)
treeec7b3c2c4faa304dbb1ec00922b4e3ff548ca987
parent97b0bcb73b1a57f92c2ee364305b035d2e0ff6f9 (diff)
downloademacs-1fa7647f5015fc9776a20a3090ba7b9b4c491d1b.tar.gz
emacs-1fa7647f5015fc9776a20a3090ba7b9b4c491d1b.zip
Change all @xrefs to the non-printing emacs-xtra to @inforefs.
-rw-r--r--man/calendar.texi47
1 files changed, 22 insertions, 25 deletions
diff --git a/man/calendar.texi b/man/calendar.texi
index 55ad177a85d..747a6b822df 100644
--- a/man/calendar.texi
+++ b/man/calendar.texi
@@ -25,8 +25,8 @@ calendar features that are independent of any particular date. To exit
25the calendar, type @kbd{q}. 25the calendar, type @kbd{q}.
26 26
27The basic features of the Calendar/Diary are described here. 27The basic features of the Calendar/Diary are described here.
28@xref{Advanced Calendar/Diary Usage,,, emacs-xtra, Specialized Emacs 28@inforef{Advanced Calendar/Diary Usage,, emacs-xtra}, for information
29Features}, for information about more specialized features. 29about more specialized features.
30 30
31@menu 31@menu
32* Calendar Motion:: Moving through the calendar; selecting a date. 32* Calendar Motion:: Moving through the calendar; selecting a date.
@@ -443,14 +443,14 @@ non-@code{nil}, holidays are displayed when the calendar is created.
443 To view the distribution of holidays for all the dates shown in the 443 To view the distribution of holidays for all the dates shown in the
444calendar, use the @kbd{x} command. This displays the dates that are 444calendar, use the @kbd{x} command. This displays the dates that are
445holidays in a different face (or places a @samp{*} after these dates, if 445holidays in a different face (or places a @samp{*} after these dates, if
446display with multiple faces is not available). @xref{Calendar 446display with multiple faces is not available). @inforef{Calendar
447Customizing,, calendar-holiday-marker, emacs-xtra, Specialized Emacs 447Customizing, calendar-holiday-marker, emacs-xtra}. The command applies
448Features}. The command applies both to the currently visible months and 448both to the currently visible months and to other months that
449to other months that subsequently become visible by scrolling. To turn 449subsequently become visible by scrolling. To turn marking off and erase
450marking off and erase the current marks, type @kbd{u}, which also erases 450the current marks, type @kbd{u}, which also erases any diary marks
451any diary marks (@pxref{Diary}). If the variable 451(@pxref{Diary}). If the variable @code{mark-holidays-in-calendar} is
452@code{mark-holidays-in-calendar} is non-@code{nil}, holidays are marked 452non-@code{nil}, holidays are marked in the calendar when it is created
453in the calendar when it is created (or recomputed). 453(or recomputed).
454 454
455 455
456@kindex a @r{(Calendar mode)} 456@kindex a @r{(Calendar mode)}
@@ -1019,14 +1019,14 @@ the menu that appears.
1019 To get a broader view of which days are mentioned in the diary, use 1019 To get a broader view of which days are mentioned in the diary, use
1020the @kbd{m} command. This displays the dates that have diary entries in 1020the @kbd{m} command. This displays the dates that have diary entries in
1021a different face (or places a @samp{+} after these dates, if display 1021a different face (or places a @samp{+} after these dates, if display
1022with multiple faces is not available). @xref{Calendar Customizing,, 1022with multiple faces is not available). @inforef{Calendar Customizing,
1023diary-entry-marker, emacs-xtra, Specialized Emacs Features}. The 1023diary-entry-marker, emacs-xtra}. The command applies both to the
1024command applies both to the currently visible months and to other months 1024currently visible months and to other months that subsequently become
1025that subsequently become visible by scrolling. To turn marking off and 1025visible by scrolling. To turn marking off and erase the current marks,
1026erase the current marks, type @kbd{u}, which also turns off holiday 1026type @kbd{u}, which also turns off holiday marks (@pxref{Holidays}). If
1027marks (@pxref{Holidays}). If the variable 1027the variable @code{mark-diary-entries-in-calendar} is non-@code{nil},
1028@code{mark-diary-entries-in-calendar} is non-@code{nil}, diary dates are 1028diary dates are marked in the calendar when it is created (or
1029marked in the calendar when it is created (or recomputed). 1029recomputed).
1030 1030
1031@kindex s @r{(Calendar mode)} 1031@kindex s @r{(Calendar mode)}
1032@findex show-all-diary-entries 1032@findex show-all-diary-entries
@@ -1047,9 +1047,7 @@ directly to the printer. You can customize it like @code{lpr-region}
1047 The command @kbd{M-x diary} displays the diary entries for the current 1047 The command @kbd{M-x diary} displays the diary entries for the current
1048date, independently of the calendar display, and optionally for the next 1048date, independently of the calendar display, and optionally for the next
1049few days as well; the variable @code{number-of-diary-entries} specifies 1049few days as well; the variable @code{number-of-diary-entries} specifies
1050how many days to include. @xref{Advanced Calendar/Diary Usage, 1050how many days to include. @inforef{Diary Customizing,, emacs-xtra}.
1051Customizing the Calendar and Diary,, emacs-xtra, Specialized Emacs
1052Features}.
1053 1051
1054 If you put @code{(diary)} in your @file{.emacs} file, this 1052 If you put @code{(diary)} in your @file{.emacs} file, this
1055automatically displays a window with the day's diary entries, when you 1053automatically displays a window with the day's diary entries, when you
@@ -1354,8 +1352,7 @@ entry applies to all months of the year.@refill
1354specifying the name of a face or a single-character string to use when 1352specifying the name of a face or a single-character string to use when
1355marking the entry in the calendar. Most generally, sexp diary entries 1353marking the entry in the calendar. Most generally, sexp diary entries
1356can perform arbitrary computations to determine when they apply. 1354can perform arbitrary computations to determine when they apply.
1357@xref{Sexp Diary Entries,, Sexp Diary Entries, emacs-xtra, Specialized 1355@inforef{Sexp Diary Entries,, emacs-xtra}.
1358Emacs Features}.
1359 1356
1360@node Appointments 1357@node Appointments
1361@section Appointments 1358@section Appointments
@@ -1474,8 +1471,8 @@ and adds the results to an Emacs diary file. For example:
1474 1471
1475@noindent 1472@noindent
1476You can use an @code{#include} directive to add the import file contents 1473You can use an @code{#include} directive to add the import file contents
1477to the main diary file, if these are distinct. @xref{Fancy Diary 1474to the main diary file, if these are distinct. @inforef{Fancy Diary
1478Display,,, emacs-xtra, Specialized Emacs Features}. 1475Display,, emacs-xtra}.
1479 1476
1480@findex icalendar-export-file, icalendar-export-region 1477@findex icalendar-export-file, icalendar-export-region
1481 Use @code{icalendar-export-file} to interactively export an entire 1478 Use @code{icalendar-export-file} to interactively export an entire