# HG changeset patch # User Chong Yidong # Date 1166900893 0 # Node ID f8a60ae8223b90264032fdc21d765c9f186f836c # Parent 29bbced42faa05136ade1d849d46cba1559d6655 (Scroll Calendar): < and > are switched. diff -r 29bbced42faa -r f8a60ae8223b man/calendar.texi --- a/man/calendar.texi Sat Dec 23 19:08:06 2006 +0000 +++ b/man/calendar.texi Sat Dec 23 19:08:13 2006 +0000 @@ -240,9 +240,9 @@ horizontally, so that new months become visible in the window. @table @kbd -@item < +@item > Scroll calendar one month forward (@code{scroll-calendar-left}). -@item > +@item < Scroll calendar one month backward (@code{scroll-calendar-right}). @item C-v @itemx @key{NEXT} @@ -254,16 +254,15 @@ (@code{scroll-calendar-right-three-months}). @end table -@kindex < @r{(Calendar mode)} +@kindex > @r{(Calendar mode)} @findex scroll-calendar-left -@kindex > @r{(Calendar mode)} +@kindex < @r{(Calendar mode)} @findex scroll-calendar-right The most basic calendar scroll commands scroll by one month at a time. This means that there are two months of overlap between the -display before the command and the display after. @kbd{<} scrolls -the calendar contents one month to the left; that is, it moves the -display forward in time. @kbd{>} scrolls the contents to the -right, which moves backwards in time. +display before the command and the display after. @kbd{>} scrolls the +calendar contents one month forward in time. @kbd{<} scrolls the +contents one month backwards in time. @kindex C-v @r{(Calendar mode)} @findex scroll-calendar-left-three-months