diff options
| author | Chong Yidong | 2006-12-23 19:08:13 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-12-23 19:08:13 +0000 |
| commit | 668b2b75f0b73b811c9046151b160b2e13d68677 (patch) | |
| tree | 0aa98e5424b6d56393f78bfd4d759cd4f1ec3337 | |
| parent | 858d24c146f987366629b2921869262b6571381c (diff) | |
| download | emacs-668b2b75f0b73b811c9046151b160b2e13d68677.tar.gz emacs-668b2b75f0b73b811c9046151b160b2e13d68677.zip | |
(Scroll Calendar): < and > are switched.
| -rw-r--r-- | man/calendar.texi | 15 |
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 | |||
| 240 | horizontally, so that new months become visible in the window. | 240 | horizontally, so that new months become visible in the window. |
| 241 | 241 | ||
| 242 | @table @kbd | 242 | @table @kbd |
| 243 | @item < | ||
| 244 | Scroll calendar one month forward (@code{scroll-calendar-left}). | ||
| 245 | @item > | 243 | @item > |
| 244 | Scroll calendar one month forward (@code{scroll-calendar-left}). | ||
| 245 | @item < | ||
| 246 | Scroll calendar one month backward (@code{scroll-calendar-right}). | 246 | Scroll 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 |
| 262 | time. This means that there are two months of overlap between the | 262 | time. This means that there are two months of overlap between the |
| 263 | display before the command and the display after. @kbd{<} scrolls | 263 | display before the command and the display after. @kbd{>} scrolls the |
| 264 | the calendar contents one month to the left; that is, it moves the | 264 | calendar contents one month forward in time. @kbd{<} scrolls the |
| 265 | display forward in time. @kbd{>} scrolls the contents to the | 265 | contents one month backwards in time. |
| 266 | right, 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 |