changeset 54020:2d72c05c1ea8

Fix parens, and default values.
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 Feb 2004 22:09:52 +0000
parents 1ba2429172a9
children 5cd1edd36679
files lispref/calendar.texi
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/calendar.texi	Mon Feb 16 22:05:10 2004 +0000
+++ b/lispref/calendar.texi	Mon Feb 16 22:09:52 2004 +0000
@@ -259,8 +259,8 @@
                    (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 @@
 @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 @@
 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