diff options
| author | Glenn Morris | 2008-06-17 06:00:41 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-17 06:00:41 +0000 |
| commit | b597d348c47edcdc66edeb4e33e4e2150d712941 (patch) | |
| tree | 5379ad002655823ca939f597769d173aaacaa799 | |
| parent | e39d1cd0ab88b7a03c1c6906aa83726975fd2fcf (diff) | |
| download | emacs-b597d348c47edcdc66edeb4e33e4e2150d712941.tar.gz emacs-b597d348c47edcdc66edeb4e33e4e2150d712941.zip | |
Fix references to mouse-2 and mouse-3 in calendar.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/calendar.texi | 20 |
2 files changed, 14 insertions, 10 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 2b4ead85406..2445595f90e 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-06-17 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar. | ||
| 4 | |||
| 1 | 2008-06-17 Nick Roberts <nickrob@snap.net.nz> | 5 | 2008-06-17 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 6 | ||
| 3 | * building.texi (Starting GUD): Expand on remote debugging. | 7 | * building.texi (Starting GUD): Expand on remote debugging. |
diff --git a/doc/emacs/calendar.texi b/doc/emacs/calendar.texi index 16f8ebed427..ead42d93dfe 100644 --- a/doc/emacs/calendar.texi +++ b/doc/emacs/calendar.texi | |||
| @@ -19,8 +19,8 @@ prompts you for the month and year to be the center of the three-month | |||
| 19 | calendar. The calendar uses its own buffer, whose major mode is | 19 | calendar. The calendar uses its own buffer, whose major mode is |
| 20 | Calendar mode. | 20 | Calendar mode. |
| 21 | 21 | ||
| 22 | @kbd{Mouse-2} in the calendar brings up a menu of operations on a | 22 | @kbd{Mouse-3} in the calendar brings up a menu of operations on a |
| 23 | particular date; @kbd{Mouse-3} brings up a menu of commonly used | 23 | particular date; @kbd{Mouse-2} brings up a menu of commonly used |
| 24 | calendar features that are independent of any particular date. To exit | 24 | calendar features that are independent of any particular date. To exit |
| 25 | the calendar, type @kbd{q}. | 25 | the calendar, type @kbd{q}. |
| 26 | 26 | ||
| @@ -456,7 +456,7 @@ and can display them. | |||
| 456 | @item h | 456 | @item h |
| 457 | Display holidays for the selected date | 457 | Display holidays for the selected date |
| 458 | (@code{calendar-cursor-holidays}). | 458 | (@code{calendar-cursor-holidays}). |
| 459 | @item Mouse-2 Holidays | 459 | @item Mouse-3 Holidays |
| 460 | Display any holidays for the date you click on. | 460 | Display any holidays for the date you click on. |
| 461 | @item x | 461 | @item x |
| 462 | Mark holidays in the calendar window (@code{calendar-mark-holidays}). | 462 | 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. | |||
| 477 | @vindex calendar-view-holidays-initially-flag | 477 | @vindex calendar-view-holidays-initially-flag |
| 478 | To see if any holidays fall on a given date, position point on that | 478 | To see if any holidays fall on a given date, position point on that |
| 479 | date in the calendar window and use the @kbd{h} command. Alternatively, | 479 | date in the calendar window and use the @kbd{h} command. Alternatively, |
| 480 | click on that date with @kbd{Mouse-2} and then choose @kbd{Holidays} | 480 | click on that date with @kbd{Mouse-3} and then choose @kbd{Holidays} |
| 481 | from the menu that appears. Either way, this displays the holidays for | 481 | from the menu that appears. Either way, this displays the holidays for |
| 482 | that date, in the echo area if they fit there, otherwise in a separate | 482 | that date, in the echo area if they fit there, otherwise in a separate |
| 483 | window. | 483 | window. |
| @@ -546,7 +546,7 @@ times of sunrise and sunset for any date. | |||
| 546 | @item S | 546 | @item S |
| 547 | Display times of sunrise and sunset for the selected date | 547 | Display times of sunrise and sunset for the selected date |
| 548 | (@code{calendar-sunrise-sunset}). | 548 | (@code{calendar-sunrise-sunset}). |
| 549 | @item Mouse-2 Sunrise/sunset | 549 | @item Mouse-3 Sunrise/sunset |
| 550 | Display times of sunrise and sunset for the date you click on. | 550 | Display times of sunrise and sunset for the date you click on. |
| 551 | @item M-x sunrise-sunset | 551 | @item M-x sunrise-sunset |
| 552 | Display times of sunrise and sunset for today's date. | 552 | Display times of sunrise and sunset for today's date. |
| @@ -559,7 +559,7 @@ Display times of sunrise and sunset for a specified date. | |||
| 559 | @findex sunrise-sunset | 559 | @findex sunrise-sunset |
| 560 | Within the calendar, to display the @emph{local times} of sunrise and | 560 | Within the calendar, to display the @emph{local times} of sunrise and |
| 561 | sunset in the echo area, move point to the date you want, and type | 561 | sunset in the echo area, move point to the date you want, and type |
| 562 | @kbd{S}. Alternatively, click @kbd{Mouse-2} on the date, then choose | 562 | @kbd{S}. Alternatively, click @kbd{Mouse-3} on the date, then choose |
| 563 | @samp{Sunrise/sunset} from the menu that appears. The command @kbd{M-x | 563 | @samp{Sunrise/sunset} from the menu that appears. The command @kbd{M-x |
| 564 | sunrise-sunset} is available outside the calendar to display this | 564 | sunrise-sunset} is available outside the calendar to display this |
| 565 | information for today's date or a specified date. To specify a date | 565 | information for today's date or a specified date. To specify a date |
| @@ -769,7 +769,7 @@ between the 18th and 19th months. | |||
| 769 | in various other calendar systems: | 769 | in various other calendar systems: |
| 770 | 770 | ||
| 771 | @table @kbd | 771 | @table @kbd |
| 772 | @item Mouse-2 Other calendars | 772 | @item Mouse-3 Other calendars |
| 773 | Display the date that you click on, expressed in various other calendars. | 773 | Display the date that you click on, expressed in various other calendars. |
| 774 | @kindex p @r{(Calendar mode)} | 774 | @kindex p @r{(Calendar mode)} |
| 775 | @findex calendar-iso-print-date | 775 | @findex calendar-iso-print-date |
| @@ -819,7 +819,7 @@ Display Mayan date for selected day (@code{calendar-mayan-print-date}). | |||
| 819 | @end table | 819 | @end table |
| 820 | 820 | ||
| 821 | If you are using X, the easiest way to translate a date into other | 821 | If you are using X, the easiest way to translate a date into other |
| 822 | calendars is to click on it with @kbd{Mouse-2}, then choose @kbd{Other | 822 | calendars is to click on it with @kbd{Mouse-3}, then choose @kbd{Other |
| 823 | calendars} from the menu that appears. This displays the equivalent | 823 | calendars} from the menu that appears. This displays the equivalent |
| 824 | forms of the date in all the calendars Emacs understands, in the form of | 824 | forms of the date in all the calendars Emacs understands, in the form of |
| 825 | a menu. (Choosing an alternative from this menu doesn't actually do | 825 | 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. | |||
| 1045 | @item d | 1045 | @item d |
| 1046 | Display all diary entries for the selected date | 1046 | Display all diary entries for the selected date |
| 1047 | (@code{diary-view-entries}). | 1047 | (@code{diary-view-entries}). |
| 1048 | @item Mouse-2 Diary | 1048 | @item Mouse-3 Diary |
| 1049 | Display all diary entries for the date you click on. | 1049 | Display all diary entries for the date you click on. |
| 1050 | @item s | 1050 | @item s |
| 1051 | Display the entire diary file (@code{diary-show-all-entries}). | 1051 | 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, | |||
| 1074 | following day. | 1074 | following day. |
| 1075 | 1075 | ||
| 1076 | Another way to display the diary entries for a date is to click | 1076 | Another way to display the diary entries for a date is to click |
| 1077 | @kbd{Mouse-2} on the date, and then choose @kbd{Diary entries} from | 1077 | @kbd{Mouse-3} on the date, and then choose @kbd{Diary entries} from |
| 1078 | the menu that appears. If the variable | 1078 | the menu that appears. If the variable |
| 1079 | @code{calendar-view-diary-initially-flag} is non-@code{nil}, creating the | 1079 | @code{calendar-view-diary-initially-flag} is non-@code{nil}, creating the |
| 1080 | calendar lists the diary entries for the current date (provided the | 1080 | calendar lists the diary entries for the current date (provided the |