diff options
author | Glenn Morris <rgm@gnu.org> | 2010-09-14 01:02:28 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-09-14 01:02:28 -0700 |
commit | 67ae97667d185e23a24a98f295bcf1cd9c788cb5 (patch) | |
tree | 3f2c2603b25bd63e2cdcf4581720afea76961d06 /doc | |
parent | 0ab9cff33d60e035ff437639f62cf763610641b1 (diff) | |
download | emacs-67ae97667d185e23a24a98f295bcf1cd9c788cb5.tar.gz |
Doc fixes related to diary-sort-entries.
* lisp/calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
Doc fixes.
* doc/emacs/cal-xtra.texi (Fancy Diary Display): Emphasize that sort
should be the last hook item.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/ChangeLog | 3 | ||||
-rw-r--r-- | doc/emacs/cal-xtra.texi | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index af408d44a39..2c47fbe0daf 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,5 +1,8 @@ 2010-09-14 Glenn Morris <rgm@gnu.org> + * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be + the last hook item. + * calendar.texi (Appointments): Also updated when a diary include file is saved. diff --git a/doc/emacs/cal-xtra.texi b/doc/emacs/cal-xtra.texi index 60588542356..de36ccc4f5f 100644 --- a/doc/emacs/cal-xtra.texi +++ b/doc/emacs/cal-xtra.texi @@ -613,7 +613,9 @@ each day's diary entries by their time of day. Here's how: @noindent For each day, this sorts diary entries that begin with a recognizable time of day according to their times. Diary entries without times come -first within each day. +first within each day. Note how the sort command is placed at the end +of the hook list, in case earlier members of the list change the order +of the diary entries, or add items. @vindex diary-include-string Your main diary file can include other files. This permits a group of |