diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-03-03 02:50:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-03-03 02:50:16 +0000 |
commit | b6c09421e7b3633fe5e9c9ee7de519fe8dec5d75 (patch) | |
tree | 94da2fd8f2b88f4a26cb159ecde52390fea41057 /lispref | |
parent | f7bc7fec6ea4c40308f414187cc76dbdfca2c04d (diff) | |
download | emacs-b6c09421e7b3633fe5e9c9ee7de519fe8dec5d75.tar.gz |
Fix sort-diary-entries example.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/calendar.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/calendar.texi b/lispref/calendar.texi index 211e675ddec..5f49a5128e2 100644 --- a/lispref/calendar.texi +++ b/lispref/calendar.texi @@ -666,7 +666,7 @@ time of day. Here's how @findex sort-diary-entries @example -(add-hook 'list-diary-entries-hook 'sort-diary-entries) +(add-hook 'list-diary-entries-hook 'sort-diary-entries t) @end example @noindent |