diff lispref/calendar.texi @ 21007:66d807bdc5b4

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 Feb 1998 01:53:53 +0000
parents 1645cf890b24
children 90da2489c498
line wrap: on
line diff
--- a/lispref/calendar.texi	Sat Feb 28 01:49:58 1998 +0000
+++ b/lispref/calendar.texi	Sat Feb 28 01:53:53 1998 +0000
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
-@c Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. 
+@c Copyright (C) 1990, 1991, 1992, 1993, 1995, 1998 Free Software Foundation, Inc. 
 @c See the file elisp.texi for copying conditions.
 @node Calendar, Tips, Display, Top
 @chapter Customizing the Calendar and Diary
@@ -770,7 +770,7 @@
 
 @findex diary-remind
 @smallexample
-%%(diary-remind '(diary-anniversary 12 22 1968) 7) Ruth & Ed's anniversary
+%%(diary-remind '(diary-anniversary 12 22 1968) 7) Ed's anniversary
 @end smallexample
 
 @noindent
@@ -811,7 +811,7 @@
 @var{month}.  The value of @var{month} can be a list of months, a single
 month, or @code{t} to specify all months.  You can also use an optional
 parameter @var{day} to specify the @var{n}th @var{dayname} of
-@var{month} on or after/before @var{day}; the value of @{day} defaults
+@var{month} on or after/before @var{day}; the value of @var{day} defaults
 to 1 if @var{n} is positive and to the last day of @var{month} if
 @var{n} is negative.  For example,