diff options
| author | Glenn Morris | 2010-09-14 00:34:23 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-09-14 00:34:23 -0700 |
| commit | 0ab9cff33d60e035ff437639f62cf763610641b1 (patch) | |
| tree | b88b08977096d25b5ffdb2da47488181e8b67161 | |
| parent | 08151ec5f16033ca6d1a0b4ed15c22eaff2ae822 (diff) | |
| download | emacs-0ab9cff33d60e035ff437639f62cf763610641b1.tar.gz emacs-0ab9cff33d60e035ff437639f62cf763610641b1.zip | |
Tiny calendar.texi update.
* doc/emacs/calendar.texi (Appointments): Also updated when a diary
include file is saved.
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/calendar.texi | 9 |
2 files changed, 13 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 53afe3af996..af408d44a39 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-09-14 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * calendar.texi (Appointments): Also updated when a diary include file | ||
| 4 | is saved. | ||
| 5 | |||
| 1 | 2010-09-12 Glenn Morris <rgm@gnu.org> | 6 | 2010-09-12 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * trouble.texi (Bugs): Update the section intro. | 8 | * trouble.texi (Bugs): Update the section intro. |
diff --git a/doc/emacs/calendar.texi b/doc/emacs/calendar.texi index 5698fd5ff58..89504764d7d 100644 --- a/doc/emacs/calendar.texi +++ b/doc/emacs/calendar.texi | |||
| @@ -1508,7 +1508,14 @@ automatically just after midnight. You can force an update at any | |||
| 1508 | time by re-enabling appointment notification. Both these actions also | 1508 | time by re-enabling appointment notification. Both these actions also |
| 1509 | display the day's diary buffer, unless you set | 1509 | display the day's diary buffer, unless you set |
| 1510 | @code{appt-display-diary} to @code{nil}. The appointments list is | 1510 | @code{appt-display-diary} to @code{nil}. The appointments list is |
| 1511 | also updated whenever the diary file is saved. | 1511 | also updated whenever the diary file (or a file it includes; see |
| 1512 | @iftex | ||
| 1513 | @inforef{Fancy Diary Display,, emacs-xtra}) | ||
| 1514 | @end iftex | ||
| 1515 | @ifnottex | ||
| 1516 | @ref{Fancy Diary Display}) | ||
| 1517 | @end ifnottex | ||
| 1518 | is saved. | ||
| 1512 | 1519 | ||
| 1513 | @findex appt-add | 1520 | @findex appt-add |
| 1514 | @findex appt-delete | 1521 | @findex appt-delete |