diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/cal-xtra.texi | 14 |
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index efe031d465b..dbb274360fd 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-05-06 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * cal-xtra.texi (Fancy Diary Display): Mention diary comments. | ||
| 4 | |||
| 1 | 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 6 | ||
| 3 | * misc.texi (Emacs Server): Document `server-eval-at'. | 7 | * misc.texi (Emacs Server): Document `server-eval-at'. |
diff --git a/doc/emacs/cal-xtra.texi b/doc/emacs/cal-xtra.texi index b936636403a..4a51e9004fc 100644 --- a/doc/emacs/cal-xtra.texi +++ b/doc/emacs/cal-xtra.texi | |||
| @@ -616,6 +616,20 @@ first within each day. Note how the sort command is placed at the end | |||
| 616 | of the hook list, in case earlier members of the list change the order | 616 | of the hook list, in case earlier members of the list change the order |
| 617 | of the diary entries, or add items. | 617 | of the diary entries, or add items. |
| 618 | 618 | ||
| 619 | @vindex diary-comment-start | ||
| 620 | You can write @samp{comments} in diary entries, by setting the | ||
| 621 | variables @code{diary-comment-start} and @code{diary-comment-end} to | ||
| 622 | strings that delimit comments. The fancy display does not print | ||
| 623 | comments. You might want to put meta-data for the use of other packages | ||
| 624 | (e.g. the appointment package, | ||
| 625 | @iftex | ||
| 626 | @pxref{Appointments,,,emacs, the Emacs Manual}) | ||
| 627 | @end iftex | ||
| 628 | @ifnottex | ||
| 629 | @pxref{Appointments}) | ||
| 630 | @end ifnottex | ||
| 631 | inside comments. | ||
| 632 | |||
| 619 | @vindex diary-include-string | 633 | @vindex diary-include-string |
| 620 | Your main diary file can include other files. This permits a group of | 634 | Your main diary file can include other files. This permits a group of |
| 621 | people to share a diary file for events that apply to all of them. | 635 | people to share a diary file for events that apply to all of them. |