aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2006-12-23 19:08:13 +0000
committerChong Yidong2006-12-23 19:08:13 +0000
commit668b2b75f0b73b811c9046151b160b2e13d68677 (patch)
tree0aa98e5424b6d56393f78bfd4d759cd4f1ec3337
parent858d24c146f987366629b2921869262b6571381c (diff)
downloademacs-668b2b75f0b73b811c9046151b160b2e13d68677.tar.gz
emacs-668b2b75f0b73b811c9046151b160b2e13d68677.zip
(Scroll Calendar): < and > are switched.
-rw-r--r--man/calendar.texi15
1 files changed, 7 insertions, 8 deletions
diff --git a/man/calendar.texi b/man/calendar.texi
index 8b66cb6113e..f8bb9085f4c 100644
--- a/man/calendar.texi
+++ b/man/calendar.texi
@@ -240,9 +240,9 @@ the months on it. Scrolling the calendar means moving the strip
240horizontally, so that new months become visible in the window. 240horizontally, so that new months become visible in the window.
241 241
242@table @kbd 242@table @kbd
243@item <
244Scroll calendar one month forward (@code{scroll-calendar-left}).
245@item > 243@item >
244Scroll calendar one month forward (@code{scroll-calendar-left}).
245@item <
246Scroll calendar one month backward (@code{scroll-calendar-right}). 246Scroll calendar one month backward (@code{scroll-calendar-right}).
247@item C-v 247@item C-v
248@itemx @key{NEXT} 248@itemx @key{NEXT}
@@ -254,16 +254,15 @@ Scroll calendar three months backward
254(@code{scroll-calendar-right-three-months}). 254(@code{scroll-calendar-right-three-months}).
255@end table 255@end table
256 256
257@kindex < @r{(Calendar mode)}
258@findex scroll-calendar-left
259@kindex > @r{(Calendar mode)} 257@kindex > @r{(Calendar mode)}
258@findex scroll-calendar-left
259@kindex < @r{(Calendar mode)}
260@findex scroll-calendar-right 260@findex scroll-calendar-right
261 The most basic calendar scroll commands scroll by one month at a 261 The most basic calendar scroll commands scroll by one month at a
262time. This means that there are two months of overlap between the 262time. This means that there are two months of overlap between the
263display before the command and the display after. @kbd{<} scrolls 263display before the command and the display after. @kbd{>} scrolls the
264the calendar contents one month to the left; that is, it moves the 264calendar contents one month forward in time. @kbd{<} scrolls the
265display forward in time. @kbd{>} scrolls the contents to the 265contents one month backwards in time.
266right, which moves backwards in time.
267 266
268@kindex C-v @r{(Calendar mode)} 267@kindex C-v @r{(Calendar mode)}
269@findex scroll-calendar-left-three-months 268@findex scroll-calendar-left-three-months