diff options
author | Glenn Morris <rgm@gnu.org> | 2003-08-17 22:46:42 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2003-08-17 22:46:42 +0000 |
commit | c34ff8ac891e67ccfdf926e87fbe68219b141b53 (patch) | |
tree | 9a3dd2a1f889c3433f09d438939d0ecfc83f07dc /man/calendar.texi | |
parent | 706da3c2c9fb53a46ff6120663930cf519a30f6c (diff) | |
download | emacs-c34ff8ac891e67ccfdf926e87fbe68219b141b53.tar.gz |
Edward M. Reingold <reingold@emr.cs.iit.edu>
(Specified Dates): Add `calendar-goto-day-of-year'.
Diffstat (limited to 'man/calendar.texi')
-rw-r--r-- | man/calendar.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/calendar.texi b/man/calendar.texi index b5695c8c88b..5c91eb62c47 100644 --- a/man/calendar.texi +++ b/man/calendar.texi @@ -183,6 +183,8 @@ specified in various ways. @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 @@ of the month, and then moves to that date. Because the calendar includes all 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, |