]> git.eshelyaron.com Git - emacs.git/commitdiff
(Scroll Calendar): < and > are switched.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 23 Dec 2006 19:08:13 +0000 (19:08 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 23 Dec 2006 19:08:13 +0000 (19:08 +0000)
man/calendar.texi

index 8b66cb6113ed088734a419b3b709f6636cd04e97..f8bb9085f4cd998a52b3aa8df621402cdfa4e9c7 100644 (file)
@@ -240,9 +240,9 @@ the months on it.  Scrolling the calendar means moving the strip
 horizontally, so that new months become visible in the window.
 
 @table @kbd
-@item <
-Scroll calendar one month forward (@code{scroll-calendar-left}).
 @item >
+Scroll calendar one month forward (@code{scroll-calendar-left}).
+@item <
 Scroll calendar one month backward (@code{scroll-calendar-right}).
 @item C-v
 @itemx @key{NEXT}
@@ -254,16 +254,15 @@ Scroll calendar three months backward
 (@code{scroll-calendar-right-three-months}).
 @end table
 
-@kindex < @r{(Calendar mode)}
-@findex scroll-calendar-left
 @kindex > @r{(Calendar mode)}
+@findex scroll-calendar-left
+@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