aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2005-03-26 17:45:16 +0000
committerGlenn Morris2005-03-26 17:45:16 +0000
commit7835c44590f8b594b0a804aba1ae68dab6285ce4 (patch)
tree6867a8457d6efcca0d76a8bf82969dc92cfea6f2
parent453251734ba9bc47c15fa4d22893b2e6b211b644 (diff)
downloademacs-7835c44590f8b594b0a804aba1ae68dab6285ce4.tar.gz
emacs-7835c44590f8b594b0a804aba1ae68dab6285ce4.zip
(Calendar/Diary, Diary Commands)
(Special Diary Entries, Importing Diary): Change some xrefs to point to emacs-xtra rather than elisp.
-rw-r--r--man/calendar.texi17
1 files changed, 9 insertions, 8 deletions
diff --git a/man/calendar.texi b/man/calendar.texi
index fa37ab88d2c..213c242bb9a 100644
--- a/man/calendar.texi
+++ b/man/calendar.texi
@@ -21,9 +21,9 @@ Calendar mode.
21 @kbd{Mouse-2} in the calendar brings up a menu of operations on a 21 @kbd{Mouse-2} in the calendar brings up a menu of operations on a
22particular date; @kbd{C-Mouse-3} brings up a menu of commonly used 22particular date; @kbd{C-Mouse-3} brings up a menu of commonly used
23calendar features that are independent of any particular date. To exit 23calendar features that are independent of any particular date. To exit
24the calendar, type @kbd{q}. @xref{Calendar, Customizing the Calendar 24the calendar, type @kbd{q}. @xref{Advanced Calendar/Diary Usage,
25and Diary,, elisp, The Emacs Lisp Reference Manual}, for customization 25Customizing the Calendar and Diary,, emacs-xtra, Specialized Emacs
26information about the calendar and diary. 26Features}, for customization information about the calendar and diary.
27 27
28@menu 28@menu
29* Calendar Motion:: Moving through the calendar; selecting a date. 29* Calendar Motion:: Moving through the calendar; selecting a date.
@@ -1029,8 +1029,9 @@ directly to the printer. You can customize it like @code{lpr-region}
1029 The command @kbd{M-x diary} displays the diary entries for the current 1029 The command @kbd{M-x diary} displays the diary entries for the current
1030date, independently of the calendar display, and optionally for the next 1030date, independently of the calendar display, and optionally for the next
1031few days as well; the variable @code{number-of-diary-entries} specifies 1031few days as well; the variable @code{number-of-diary-entries} specifies
1032how many days to include. @xref{Calendar, Customizing the Calendar 1032how many days to include. @xref{Advanced Calendar/Diary Usage,
1033and Diary,, elisp, The Emacs Lisp Reference Manual}. 1033Customizing the Calendar and Diary,, emacs-xtra, Specialized Emacs
1034Features}.
1034 1035
1035 If you put @code{(diary)} in your @file{.emacs} file, this 1036 If you put @code{(diary)} in your @file{.emacs} file, this
1036automatically displays a window with the day's diary entries, when you 1037automatically displays a window with the day's diary entries, when you
@@ -1335,8 +1336,8 @@ entry applies to all months of the year.@refill
1335specifying the name of a face or a single-character string to use when 1336specifying the name of a face or a single-character string to use when
1336marking the entry in the calendar. Most generally, sexp diary entries 1337marking the entry in the calendar. Most generally, sexp diary entries
1337can perform arbitrary computations to determine when they apply. 1338can perform arbitrary computations to determine when they apply.
1338@xref{Sexp Diary Entries,, Sexp Diary Entries, elisp, The Emacs Lisp 1339@xref{Sexp Diary Entries,, Sexp Diary Entries, emacs-xtra, Specialized
1339Reference Manual}. 1340Emacs Features}.
1340 1341
1341@node Appointments 1342@node Appointments
1342@section Appointments 1343@section Appointments
@@ -1442,7 +1443,7 @@ and adds the results to an Emacs diary file. For example:
1442@noindent 1443@noindent
1443You can use an @code{#include} directive to add the import file contents 1444You can use an @code{#include} directive to add the import file contents
1444to the main diary file, if these are distinct. @xref{Fancy Diary 1445to the main diary file, if these are distinct. @xref{Fancy Diary
1445Display,,, elisp, The Emacs Lisp Reference Manual}. 1446Display,,, emacs-xtra, Specialized Emacs Features}.
1446 1447
1447@findex icalendar-export-file, icalendar-export-region 1448@findex icalendar-export-file, icalendar-export-region
1448 Use @code{icalendar-export-file} to interactively export an entire 1449 Use @code{icalendar-export-file} to interactively export an entire