# HG changeset patch # User Glenn Morris # Date 1061160402 0 # Node ID fec3d4a11b70f5c198a096c8470794b3b329c5b1 # Parent 8632ae4b1b20e556ee50e301e4b60d1d80255208 Edward M. Reingold (Specified Dates): Add `calendar-goto-day-of-year'. diff -r 8632ae4b1b20 -r fec3d4a11b70 man/calendar.texi --- a/man/calendar.texi Sun Aug 17 22:27:34 2003 +0000 +++ b/man/calendar.texi Sun Aug 17 22:46:42 2003 +0000 @@ -183,6 +183,8 @@ @table @kbd @item g d Move point to specified date (@code{calendar-goto-date}). +@item g D +Move point to specified day of year (@code{calendar-goto-day-of-year}). @item o Center calendar around specified month (@code{calendar-other-month}). @item . @@ -196,6 +198,12 @@ dates from the beginning of the current era, you must type the year in its entirety; that is, type @samp{1990}, not @samp{90}. +@kindex g D @r{(Calendar mode)} +@findex calendar-goto-day-of-year + @kbd{g D} (@code{calendar-goto-day-of-year}) prompts for a year and +day number, and moves to that date. Negative day numbers count backward +from the end of the year. + @kindex o @r{(Calendar mode)} @findex calendar-other-month @kbd{o} (@code{calendar-other-month}) prompts for a month and year,