Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
668b2b75
Commit
668b2b75
authored
Dec 23, 2006
by
Chong Yidong
Browse files
(Scroll Calendar): < and > are switched.
parent
858d24c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
man/calendar.texi
man/calendar.texi
+7
-8
No files found.
man/calendar.texi
View file @
668b2b75
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment