diff options
| author | Glenn Morris | 2005-03-26 17:45:16 +0000 |
|---|---|---|
| committer | Glenn Morris | 2005-03-26 17:45:16 +0000 |
| commit | 7835c44590f8b594b0a804aba1ae68dab6285ce4 (patch) | |
| tree | 6867a8457d6efcca0d76a8bf82969dc92cfea6f2 | |
| parent | 453251734ba9bc47c15fa4d22893b2e6b211b644 (diff) | |
| download | emacs-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.texi | 17 |
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 |
| 22 | particular date; @kbd{C-Mouse-3} brings up a menu of commonly used | 22 | particular date; @kbd{C-Mouse-3} brings up a menu of commonly used |
| 23 | calendar features that are independent of any particular date. To exit | 23 | calendar features that are independent of any particular date. To exit |
| 24 | the calendar, type @kbd{q}. @xref{Calendar, Customizing the Calendar | 24 | the calendar, type @kbd{q}. @xref{Advanced Calendar/Diary Usage, |
| 25 | and Diary,, elisp, The Emacs Lisp Reference Manual}, for customization | 25 | Customizing the Calendar and Diary,, emacs-xtra, Specialized Emacs |
| 26 | information about the calendar and diary. | 26 | Features}, 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 |
| 1030 | date, independently of the calendar display, and optionally for the next | 1030 | date, independently of the calendar display, and optionally for the next |
| 1031 | few days as well; the variable @code{number-of-diary-entries} specifies | 1031 | few days as well; the variable @code{number-of-diary-entries} specifies |
| 1032 | how many days to include. @xref{Calendar, Customizing the Calendar | 1032 | how many days to include. @xref{Advanced Calendar/Diary Usage, |
| 1033 | and Diary,, elisp, The Emacs Lisp Reference Manual}. | 1033 | Customizing the Calendar and Diary,, emacs-xtra, Specialized Emacs |
| 1034 | Features}. | ||
| 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 |
| 1036 | automatically displays a window with the day's diary entries, when you | 1037 | automatically displays a window with the day's diary entries, when you |
| @@ -1335,8 +1336,8 @@ entry applies to all months of the year.@refill | |||
| 1335 | specifying the name of a face or a single-character string to use when | 1336 | specifying the name of a face or a single-character string to use when |
| 1336 | marking the entry in the calendar. Most generally, sexp diary entries | 1337 | marking the entry in the calendar. Most generally, sexp diary entries |
| 1337 | can perform arbitrary computations to determine when they apply. | 1338 | can 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 |
| 1339 | Reference Manual}. | 1340 | Emacs 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 |
| 1443 | You can use an @code{#include} directive to add the import file contents | 1444 | You can use an @code{#include} directive to add the import file contents |
| 1444 | to the main diary file, if these are distinct. @xref{Fancy Diary | 1445 | to the main diary file, if these are distinct. @xref{Fancy Diary |
| 1445 | Display,,, elisp, The Emacs Lisp Reference Manual}. | 1446 | Display,,, 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 |