aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2010-09-14 01:02:28 -0700
committerGlenn Morris2010-09-14 01:02:28 -0700
commit67ae97667d185e23a24a98f295bcf1cd9c788cb5 (patch)
tree3f2c2603b25bd63e2cdcf4581720afea76961d06 /doc
parent0ab9cff33d60e035ff437639f62cf763610641b1 (diff)
downloademacs-67ae97667d185e23a24a98f295bcf1cd9c788cb5.tar.gz
emacs-67ae97667d185e23a24a98f295bcf1cd9c788cb5.zip
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/ChangeLog3
-rw-r--r--doc/emacs/cal-xtra.texi4
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 @@
12010-09-14 Glenn Morris <rgm@gnu.org> 12010-09-14 Glenn Morris <rgm@gnu.org>
2 2
3 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
4 the last hook item.
5
3 * calendar.texi (Appointments): Also updated when a diary include file 6 * calendar.texi (Appointments): Also updated when a diary include file
4 is saved. 7 is saved.
5 8
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:
613@noindent 613@noindent
614For each day, this sorts diary entries that begin with a recognizable 614For each day, this sorts diary entries that begin with a recognizable
615time of day according to their times. Diary entries without times come 615time of day according to their times. Diary entries without times come
616first within each day. 616first within each day. Note how the sort command is placed at the end
617of the hook list, in case earlier members of the list change the order
618of the diary entries, or add items.
617 619
618@vindex diary-include-string 620@vindex diary-include-string
619 Your main diary file can include other files. This permits a group of 621 Your main diary file can include other files. This permits a group of