diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-02-16 22:09:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-02-16 22:09:52 +0000 |
commit | 516db1181e740cd78ecc218cc044c25c9d909b86 (patch) | |
tree | 5d7c9482fea235f0c4346b693d89aef3ce9f9c12 /lispref/calendar.texi | |
parent | 42cd56a641358e08bd22f4bc4f91ec3f0a123f80 (diff) | |
download | emacs-516db1181e740cd78ecc218cc044c25c9d909b86.tar.gz |
Fix parens, and default values.
Diffstat (limited to 'lispref/calendar.texi')
-rw-r--r-- | lispref/calendar.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/calendar.texi b/lispref/calendar.texi index c93fd016d4f..709f80f6b8b 100644 --- a/lispref/calendar.texi +++ b/lispref/calendar.texi @@ -259,8 +259,8 @@ divisible by 4: (calendar-gregorian-from-absolute (1+ (calendar-dayname-on-or-before 1 (+ 6 (calendar-absolute-from-gregorian - (list 11 1 year)))))) - "US Presidential Election")) + (list 11 1 year))))))) + "US Presidential Election") @end smallexample @noindent @@ -967,7 +967,7 @@ how far in advance it begins doing so, by setting these variables: @table @code @item appt-message-warning-time The time in minutes before an appointment that the reminder begins. The -default is 10 minutes. +default is 12 minutes. @item appt-audible If this is non-@code{nil}, Emacs rings the terminal bell for appointment reminders. The default is @code{t}. @@ -988,7 +988,7 @@ This variable holds a function to use to get rid of the appointment message window, when its time is up. @item appt-display-duration The number of seconds to display an appointment message. The default -is 5 seconds. +is 10 seconds. @end table @ignore |