]> git.eshelyaron.com Git - emacs.git/commitdiff
(apropos-print): Fix the reference to mouse-2.
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 May 2002 14:51:46 +0000 (14:51 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 May 2002 14:51:46 +0000 (14:51 +0000)
lisp/ChangeLog
lisp/apropos.el

index e7cfe1c6adc7ada3a1170f439715979519f42cd0..14402ae6641fa25b8b6d2a31d82e6378f41b6217 100644 (file)
@@ -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>
 
        * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
index 0fa0e83b82db8b33cade77cb4c9ad97c7f50bec8..4575206ba5764c45b42ee4185081bdb6912d6213 100644 (file)
@@ -601,9 +601,11 @@ separate items with that string."
        (set-buffer standard-output)
        (apropos-mode)
        (if (display-mouse-p)
-           (insert "If moving the mouse over text changes the text's color,\n"
-                   (substitute-command-keys
-                    "you can click \\[push-button] on that text to get more information.\n")))
+           (insert
+            "If moving the mouse over text changes the text's color, "
+            "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,"
                " or variable,\n"
                (substitute-command-keys