diff options
| author | Eli Zaretskii | 2002-05-04 14:51:46 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-05-04 14:51:46 +0000 |
| commit | 8d33699be82ef6f722a65f6855d53b3e701f5218 (patch) | |
| tree | 8878fbf87bde4d62c4a9b94c8c777ab28bd73fce | |
| parent | d7f5c8f9d1490f8ff7796c674f5b7e9cd7fde0ab (diff) | |
| download | emacs-8d33699be82ef6f722a65f6855d53b3e701f5218.tar.gz emacs-8d33699be82ef6f722a65f6855d53b3e701f5218.zip | |
(apropos-print): Fix the reference to mouse-2.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/apropos.el | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e7cfe1c6adc..14402ae6641 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * apropos.el (apropos-print): Fix the reference to mouse-2. | ||
| 4 | |||
| 1 | 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org> | 5 | 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org> |
| 2 | 6 | ||
| 3 | * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly. | 7 | * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly. |
diff --git a/lisp/apropos.el b/lisp/apropos.el index 0fa0e83b82d..4575206ba57 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el | |||
| @@ -601,9 +601,11 @@ separate items with that string." | |||
| 601 | (set-buffer standard-output) | 601 | (set-buffer standard-output) |
| 602 | (apropos-mode) | 602 | (apropos-mode) |
| 603 | (if (display-mouse-p) | 603 | (if (display-mouse-p) |
| 604 | (insert "If moving the mouse over text changes the text's color,\n" | 604 | (insert |
| 605 | (substitute-command-keys | 605 | "If moving the mouse over text changes the text's color, " |
| 606 | "you can click \\[push-button] on that text to get more information.\n"))) | 606 | "you can click\n" |
| 607 | "mouse-2 (second button from right) on that text to " | ||
| 608 | "get more information.\n")) | ||
| 607 | (insert "In this buffer, go to the name of the command, or function," | 609 | (insert "In this buffer, go to the name of the command, or function," |
| 608 | " or variable,\n" | 610 | " or variable,\n" |
| 609 | (substitute-command-keys | 611 | (substitute-command-keys |