mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
Fix references to mouse-2 and mouse-3 in calendar.
This commit is contained in:
parent
e39d1cd0ab
commit
b597d348c4
@ -1,3 +1,7 @@
|
||||
2008-06-17 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
|
||||
|
||||
2008-06-17 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* building.texi (Starting GUD): Expand on remote debugging.
|
||||
|
@ -19,8 +19,8 @@ prompts you for the month and year to be the center of the three-month
|
||||
calendar. The calendar uses its own buffer, whose major mode is
|
||||
Calendar mode.
|
||||
|
||||
@kbd{Mouse-2} in the calendar brings up a menu of operations on a
|
||||
particular date; @kbd{Mouse-3} brings up a menu of commonly used
|
||||
@kbd{Mouse-3} in the calendar brings up a menu of operations on a
|
||||
particular date; @kbd{Mouse-2} brings up a menu of commonly used
|
||||
calendar features that are independent of any particular date. To exit
|
||||
the calendar, type @kbd{q}.
|
||||
|
||||
@ -456,7 +456,7 @@ and can display them.
|
||||
@item h
|
||||
Display holidays for the selected date
|
||||
(@code{calendar-cursor-holidays}).
|
||||
@item Mouse-2 Holidays
|
||||
@item Mouse-3 Holidays
|
||||
Display any holidays for the date you click on.
|
||||
@item x
|
||||
Mark holidays in the calendar window (@code{calendar-mark-holidays}).
|
||||
@ -477,7 +477,7 @@ List holidays in another window for a specified range of years.
|
||||
@vindex calendar-view-holidays-initially-flag
|
||||
To see if any holidays fall on a given date, position point on that
|
||||
date in the calendar window and use the @kbd{h} command. Alternatively,
|
||||
click on that date with @kbd{Mouse-2} and then choose @kbd{Holidays}
|
||||
click on that date with @kbd{Mouse-3} and then choose @kbd{Holidays}
|
||||
from the menu that appears. Either way, this displays the holidays for
|
||||
that date, in the echo area if they fit there, otherwise in a separate
|
||||
window.
|
||||
@ -546,7 +546,7 @@ times of sunrise and sunset for any date.
|
||||
@item S
|
||||
Display times of sunrise and sunset for the selected date
|
||||
(@code{calendar-sunrise-sunset}).
|
||||
@item Mouse-2 Sunrise/sunset
|
||||
@item Mouse-3 Sunrise/sunset
|
||||
Display times of sunrise and sunset for the date you click on.
|
||||
@item M-x sunrise-sunset
|
||||
Display times of sunrise and sunset for today's date.
|
||||
@ -559,7 +559,7 @@ Display times of sunrise and sunset for a specified date.
|
||||
@findex sunrise-sunset
|
||||
Within the calendar, to display the @emph{local times} of sunrise and
|
||||
sunset in the echo area, move point to the date you want, and type
|
||||
@kbd{S}. Alternatively, click @kbd{Mouse-2} on the date, then choose
|
||||
@kbd{S}. Alternatively, click @kbd{Mouse-3} on the date, then choose
|
||||
@samp{Sunrise/sunset} from the menu that appears. The command @kbd{M-x
|
||||
sunrise-sunset} is available outside the calendar to display this
|
||||
information for today's date or a specified date. To specify a date
|
||||
@ -769,7 +769,7 @@ between the 18th and 19th months.
|
||||
in various other calendar systems:
|
||||
|
||||
@table @kbd
|
||||
@item Mouse-2 Other calendars
|
||||
@item Mouse-3 Other calendars
|
||||
Display the date that you click on, expressed in various other calendars.
|
||||
@kindex p @r{(Calendar mode)}
|
||||
@findex calendar-iso-print-date
|
||||
@ -819,7 +819,7 @@ Display Mayan date for selected day (@code{calendar-mayan-print-date}).
|
||||
@end table
|
||||
|
||||
If you are using X, the easiest way to translate a date into other
|
||||
calendars is to click on it with @kbd{Mouse-2}, then choose @kbd{Other
|
||||
calendars is to click on it with @kbd{Mouse-3}, then choose @kbd{Other
|
||||
calendars} from the menu that appears. This displays the equivalent
|
||||
forms of the date in all the calendars Emacs understands, in the form of
|
||||
a menu. (Choosing an alternative from this menu doesn't actually do
|
||||
@ -1045,7 +1045,7 @@ it. You can also view today's events outside of Calendar mode.
|
||||
@item d
|
||||
Display all diary entries for the selected date
|
||||
(@code{diary-view-entries}).
|
||||
@item Mouse-2 Diary
|
||||
@item Mouse-3 Diary
|
||||
Display all diary entries for the date you click on.
|
||||
@item s
|
||||
Display the entire diary file (@code{diary-show-all-entries}).
|
||||
@ -1074,7 +1074,7 @@ it shows all the diary entries for that many successive days. Thus,
|
||||
following day.
|
||||
|
||||
Another way to display the diary entries for a date is to click
|
||||
@kbd{Mouse-2} on the date, and then choose @kbd{Diary entries} from
|
||||
@kbd{Mouse-3} on the date, and then choose @kbd{Diary entries} from
|
||||
the menu that appears. If the variable
|
||||
@code{calendar-view-diary-initially-flag} is non-@code{nil}, creating the
|
||||
calendar lists the diary entries for the current date (provided the
|
||||
|
Loading…
Reference in New Issue
Block a user