(apropos-print): Fix the reference to mouse-2.
This commit is contained in:
parent
d7f5c8f9d1
commit
8d33699be8
2 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
|
||||||
|
|
||||||
|
* apropos.el (apropos-print): Fix the reference to mouse-2.
|
||||||
|
|
||||||
2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
|
2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
|
||||||
|
|
||||||
* play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
|
* play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
|
||||||
|
|
|
@ -601,9 +601,11 @@ separate items with that string."
|
||||||
(set-buffer standard-output)
|
(set-buffer standard-output)
|
||||||
(apropos-mode)
|
(apropos-mode)
|
||||||
(if (display-mouse-p)
|
(if (display-mouse-p)
|
||||||
(insert "If moving the mouse over text changes the text's color,\n"
|
(insert
|
||||||
(substitute-command-keys
|
"If moving the mouse over text changes the text's color, "
|
||||||
"you can click \\[push-button] on that text to get more information.\n")))
|
"you can click\n"
|
||||||
|
"mouse-2 (second button from right) on that text to "
|
||||||
|
"get more information.\n"))
|
||||||
(insert "In this buffer, go to the name of the command, or function,"
|
(insert "In this buffer, go to the name of the command, or function,"
|
||||||
" or variable,\n"
|
" or variable,\n"
|
||||||
(substitute-command-keys
|
(substitute-command-keys
|
||||||
|
|
Loading…
Add table
Reference in a new issue